{% INCLUDE 'overall_header.html' %} {% if not REACTIONS_ENABLE_THANKS %}
{% if loops.reaction_types|length %} {% endif %}

{{ lang('REACTIONS_TITLE') }}

{{ WELCOME_REACTIONS_PAGE }}

{% endif %} {% if loops.reactions|length %}
{{ POSTER_COUNT }} • {{ PAGE_NUMBER }} {% if loops.pagination|length %} {% endif %}
{% for reactions in loops.reactions %}
{% if reactions.USER_REACTIONS %} {{ reactions.USER_REACTIONS }} {% endif %}
{% if reactions.USER_AVATAR && reactions.DISPLAY_AVATAR %}{{ reactions.USER_AVATAR }}{% elseif reactions.DISPLAY_AVATAR %}{{ lang('AVATAR') }}{% endif %} {{ reactions.USER_NAME }}
{% for recent in reactions.recent %} {% if recent.U_VIEW %} {% endif %} {{ recent.TITLE }} {{ recent.COUNT }} {% if recent.U_VIEW %} {% endif %} {% endfor %}
{% endfor %}
{{ POSTER_COUNT }} • {{ PAGE_NUMBER }} {% if loops.pagination|length %} {% endif %}
{% endif %} {% INCLUDE 'overall_footer.html' %}