{% load i18n misago_capture misago_pagination %}
{% if is_upper %}
{% endif %} {% if forum.is_closed %} {% trans "This forum is closed." %} {% else %} {% if user.is_anonymous %} {% trans "Sign in to start thread" %} {% elif forum.acl.can_start_threads %} {% trans "Start thread" %} {% else %} {% trans "Can't start threads" %} {% endif %} {% endif %}