{% INCLUDE 'overall_header.html' %} {{ lang('REACTIONS') }} {{ COUNT }}
{{ TITLE }}
{{ PAGE_NUMBER }} {% if loops.pagination|length %} {% endif %}
{% for reaction in loops.reaction %}
{% if reaction.IMG_SRC %}
{{ reaction.TITLE }}
{% endif %}
{% if reaction.USER_AVATAR %}{{ reaction.USER_AVATAR }}{% else %}{{ 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 %}
{% INCLUDE 'overall_footer.html' %}