{% set page_title = topic.title ~ " - Topic" %} {% set active_forum_nav=True %} {% extends "layout.html" %} {% block content %} {% from 'macros.html' import render_pagination, form_field %}
#{%- if posts.page == 1 -%} {{ loop.index }} {%- else -%} {{ loop.index + posts.page * per_page }} {%- endif -%} {{ post.date_created|format_date('%d %B %Y') }} {% if post.date_modified %} (Last modified: {{ post.date_modified|format_date }} by {{ post.user.username }}.) {% endif %} | |||
|
|||
{{ post.content }}
{% if post.user.signature %}
{{ post.user.signature }} {% endif %} |
|||
PM | Website {% if current_user.is_authenticated() and current_user.id == post.user_id %} Edit | Delete | {% endif %} Quote | Report | +1 |