{% trans "Topic" %} | {% trans "Author" %} | {% trans "Posts" %} | {% trans "Last Post" %} | {% if perms.is_staff %}{% trans "Admin" %} | {% endif %}|
---|---|---|---|---|---|
{% if topic.is_locked %}
![]() ![]() ![]() ![]() |
{{ topic.topic_name }} | {{ topic.topic_author }} | {{ topic.topic_posts }} | {{ topic.topic_lastpost }} | {% if perms.is_staff %}{% trans "Delete Topic" %} | {% if topic.is_locked %} {% trans "Unlock Topic" %} {% else %} {% trans "Lock Topic" %} {% endif %} {% ifnotequal topic.is_locked 1 %} | {% trans "Move Topic" %} {% endifnotequal %} | {% endif %}