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