| {% trans "Topic" %} | {% trans "Author" %} | {% trans "Posts" %} | {% trans "Last Post" %} | {% if perms.is_staff %}{% trans "Admin" %} | {% endif %}|
|---|---|---|---|---|---|
{% if topic.is_locked %}
{% else %}
{% if topic.is_sticky %}
{% else %}
{% if topic.is_global %}
{% else %}
{% endif%}
{% endif%}
{% endif %} |
{{ 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 %}
{% else %}
{% if topic.is_sticky %}
{% else %}
{% if topic.is_global %}
{% else %}
{% endif%}
{% endif%}
{% endif %}