{% extends "misago/base.html" %} {% load i18n %} {% block title %} {% if paginator.page > 1 %} {{ thread.title }} ({% blocktrans with page=paginator.page %}page: {{ page }}{% endblocktrans %}) | {{ block.super }} {% else %} {{ thread.title }} | {{ block.super }} {% endif %} {% endblock title %} {% block content %}
{% include "misago/thread/toolbar-top.html" %} {% if thread.poll %} {% include "misago/poll/index.html" with poll=thread.poll %} {% endif %} {% include "misago/thread/posts/index.html" %} {% include "misago/thread/paginator.html" %}
{% endblock content %}