{% if S_FORUM_ENABLE_REACTIONS && (U_DISABLE_TOPIC_REACTIONS || U_DISABLE_POST_REACTIONS || U_DISABLE_REACTION_TYPES) %}
{% if U_DISABLE_POST_REACTIONS || U_DISABLE_TOPIC_REACTIONS %}

{{ lang('EXPLAIN_REACTIONS_POSTING') }}

{% if U_DISABLE_TOPIC_REACTIONS && S_NEW_MESSAGE %}
{% endif %} {% if U_DISABLE_POST_REACTIONS %}
{% endif %}
{% endif %} {% if U_DISABLE_REACTION_TYPES && not S_ENABLE_THANKS %}

{{ lang('SELECT_REACTION_TYPES') }}

{% for reaction_types in loops.reaction_types %}
{{ reaction_types.TITLE }}
{% endfor %}
{% endif %}
{% endif %}