{% extends "forum/_section.html" %} {% load filter_img %} {% block title %}forum - reply{% endblock %} {% block breadcrumb %} » Post Reply{% endblock %} {% block forum_search %}{% endblock %} {% block section_content %}
{% csrf_token %} {% include 'forum/html_explanation.html' %} {{form.as_p}}

Latest posts in thread:

{% for post in latest_posts %}

{{post.author.username}}, {{post.created|timesince}} ago:
{{post.body|replace_img|safe|linebreaks}}

{% endfor %}
{% endblock %}