{% extends "admin/base.html" %} {% block logo %}

Posts

{% endblock %} {% block main %}

{{ thread.title }}

Forum: {{ forum.name }}

Back to Threads
{% for post in posts %} {% else %} {% endfor %}
Author Content Created Actions
{{ post.created_by_nick }} {{ post.content }} {{ post.created_at }}
No posts found
{% if total > per_page %}
{% if page > 1 %} Previous {% endif %} Page {{ page }} of {{ ((total - 1) // per_page) + 1 }} {% if page * per_page < total %} Next {% endif %}
{% endif %}
{% endblock main %}