{% extends "board/base.html" %} {% load i18n post_body static %} {% block title %} {% if post.subject %} {{post.subject }} - {% endif %} /{{board.url}}/ - {{board.name}} {{block.super}} {% endblock title %} {% block content %} {# board header #}
 

/{{ board.url }}/ - {{ board.name }}

 

{# post creation form #}
 

{% translate "Reply to this thread" %}

 
{# return links #} [ {% translate "Return" %} ] {# posts / images / poster count / page #} [ {{post.replies.count}} / {{post.image_replies_count}} / {{post.unique_posters}} ]
{# posts #}
{% include "board/post_snippet.html" %} {% for post in replies %}
{% include "board/post_snippet.html" %}
{% endfor %}
 
[ {% translate "Reply to this thread" %} ]
 
{% endblock content %}