{{ render_pagination(posts, topic.url) }}
{% if current_user|delete_topic(topic) %} {% trans %}Delete Topic{% endtrans %} {% endif %} {% if current_user|can_moderate(topic.forum) %} {% if not topic.locked %} {% trans %}Lock Topic{% endtrans %} {% else %} {% trans %}Unlock Topic{% endtrans %} {% endif %} {% if not topic.important %} {% trans %}Highlight Topic{% endtrans %} {% else %} {% trans %}Trivialize Topic{% endtrans %} {% endif %} {% endif %}
{% if current_user.is_authenticated() %}
{% if current_user.is_tracking_topic(topic) %} {% trans %}Untrack Topic{% endtrans %} {% else %} {% trans %}Track Topic{% endtrans %} {% endif %} {% if current_user|post_reply(topic) %} {% trans %}Reply{% endtrans %} {% endif %}
{% endif %}