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