{% if loops.recieved_reactions|length %}
{{ lang('REACTIONS_RECIEVED') }} {{ RECENT_REACTIONS }}
{% for recieved_reactions in loops.recieved_reactions %}
{{ recieved_reactions.COUNT }}
{% endfor %}
{% endif %}
{% if loops.reactions|length %}
{{ lang('REACTIONS') }} {{ REACTIONS }}
{% for reactions in loops.reactions %}
{{ reactions.COUNT }}
{% endfor %}
{% endif %}