{% if topic.locked %}
{% elif topic.hidden %}
{% elif topic.important %}
{% if topic|topic_is_unread(topicread, current_user, forumsread) %}
{% else %}
{% endif %}
{% else %}
{% if topic|topic_is_unread(topicread, current_user, forumsread) %}
{% else %}
{% endif %}
{% endif %}
{% if topic.hidden %}
{{ gettext("Hidden on %(when)s by %(who)s", who=topic.hidden_by.username, when=format_date(topic.hidden_at)) }}
{% endif %}
{% if with_checkbox %}