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