{% extends 'base.html' %} {% block title %}Logs{% endblock %} {% block page_title %}Publish Logs{% endblock %} {% block content %}
{% if logs %}| Status | Page | FB Post ID | Message | Time | Actions |
|---|---|---|---|---|---|
| {{ log.status }} | {{ log.page.page_name if log.page else '—' }} | {{ log.fb_post_id or '—' }} | {{ log.executed_at.strftime('%b %d, %H:%M:%S') }} | {% if log.status == 'failed' and log.post_id %} {% endif %} |
Publish logs will appear here after posts are processed.