{% load i18n %}
{% if paginator.pages > 1 %}
{% include "misago/thread/paginator.html" %}
{% endif %} {% if user.is_authenticated %}
{% if thread.acl.can_reply %}
{% endif %}
{% endif %}