{{ render_pagination(posts, topic.url) }}
{% if current_user.is_authenticated() %}
{% if current_user.is_tracking_topic(topic) %}
{% else %}
{% endif %}
{% if current_user|post_reply(topic) %}
{% trans %}Reply{% endtrans %}
{% endif %}
{% endif %}
{% if current_user|delete_topic(topic) %}
{% endif %}
{% if current_user|can_moderate(topic.forum) %}
{% if not topic.locked %}
{% else %}
{% endif %}
{% if not topic.important %}
{% else %}
{% endif %}
{% endif %}