{% if USER_REACTIONS %} {% INCLUDE 'overall_header.html' %} {% else %} {% INCLUDE 'simple_header.html' %} {% endif %} {{ lang('REACTIONS') }} {{ COUNT }} {% if IMG_SRC %}
{{ TITLE }} {% for count in reactions.count %} {{ count.COUNT }} {% endfor %}
{% endif %}
{{ PAGE_NUMBER }} {% if loops.pagination|length %} {% endif %}
{% for reaction in loops.reaction %}
{% if reaction.IMG_SRC %}
{{ reaction.TITLE }}
{% endif %}
{% if reaction.USER_AVATAR && reaction.DISPLAY_AVATAR %}{{ reaction.USER_AVATAR }}{% elseif reaction.DISPLAY_AVATAR %}{{ lang('AVATAR') }}{% endif %} {{ reaction.NAME }} » {{ lang('TIME') }}{{ lang('COLON') }} {{ reaction.TIME }}{% if reaction.U_VIEW_POST %}{{ lang('COMMA_SEPARATOR') }} {{ lang('IN') }}{{ lang('COLON') }} {{ reaction.POST_SUBJECT }}{% endif %}
{% endfor %}
{{ PAGE_NUMBER }} {% if loops.pagination|length %} {% endif %}
{% if USER_REACTIONS %} {% INCLUDE 'overall_footer.html' %} {% else %}
[ {{ lang('CLOSE_WINDOW') }} ]
{% INCLUDE 'simple_footer.html' %} {% endif %}