{{ render_pagination(posts, topic.url) }}
{% if current_user.is_authenticated %}
{% if current_user|can_moderate(topic.forum) or current_user|delete_topic(topic)%}
{% endif %} {% if current_user.is_tracking_topic(topic) %}
{% else %}
{% endif %} {% if current_user|post_reply(topic) %} {% trans %}Reply{% endtrans %} {% else %}
{% trans %}Locked{% endtrans %}
{% endif %}
{% endif %} {# end current_user.is_authenticated #}