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