{% if not topic.closed %} {% if user.is_authenticated %} {% trans "Post reply" %} {% else %} {% trans "You must" %} {% trans "Login" %} {% trans "or" %} {% trans "register" %} {% trans "to post a reply" %} {% endif %} {% endif %}
{% if user.is_staff %} {% if topic.sticky %} {% trans "unsticky" %} {% else %} {% trans "sticky" %} {% endif %} {% if topic.level >= 60 %} {% trans "undistillate" %} {% else %} {% trans "distillate" %} {% endif %} {% if topic.closed %} {% trans "unclose" %} {% else %} {% trans "close" %} {% endif %} {% if topic.hidden %} {% trans "unhide" %} {% else %} {% trans "hide" %} {% endif %} {% trans "delete" %} | {% endif %} {% trans "Posts" %} [ {% page_range_info page_obj %} ]
{% if not topic.closed %} {% if user.is_authenticated %} {% trans "Post reply" %} {% else %} {% trans "You must" %} {% trans "Login" %} {% trans "or" %} {% trans "register" %} {% trans "to post a reply" %} {% endif %} {% endif %}