{% 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 %}
{{ topic.title }} {{ topic_pages(topic, flaskbb_config["POSTS_PER_PAGE"]) }}
{% trans %}by{% endtrans %} {% if topic.user_id %} {{ topic.user.username }} {% else %} {{ topic.username }} {% endif %}
{% if topic.hidden %}
{{ gettext("Hidden on %(when)s by %(who)s", who=topic.hidden_by.username, when=format_date(topic.hidden_at)) }}
{% endif %}
{{ topic.post_count }}
{{ topic.views }}
{{ last_post.date_created|time_since }}
{% trans %}by{% endtrans %} {% if last_post.user_id %} {{ last_post.user.username }} {% else %} {{ last_post.username }} {% endif %}
{% if with_checkbox %}
{% endif %}