{% load i18n %}
{% include "misago/thread/pagination.html" %}
{% if user.is_authenticated %}
{% if thread.acl.can_reply %}
{% endif %}
{% endif %}