{% if member.is_moderator %}
{{ form_open({ request: 'onMove', 'data-request-confirm': "Are you sure?" }) }} {{ form_close() }}
{% if topic.is_locked %} Unlock topic {% else %} Lock topic {% endif %} {% if topic.is_sticky %} Unsticky topic {% else %} Sticky topic {% endif %} {% endif %} {% if member %} {% if member.isFollowing(topic) %} Unfollow this topic {% else %} Follow this topic {% endif %} {% endif %} {% if topic.is_locked %}
This topic is locked
{% else %} Post a reply {% endif %}
{{ topic.count_views }} views