{% if chat_type == "group" %} {% set local_jid = own_local_jid %} {% else %} {% set local_jid = own_local_jid|bare_jid %} {% endif %} {% for emoji, jids in reactions.items() %} {% set own_reaction = local_jid in jids %}
{{ emoji }} {{ jids|length }}
{% endfor %}