{% load comments_ink %} {% with creactions=comment.get_reactions %} {% if creactions.counter > 0 %}
{% for reaction in creactions.list %} {% if reaction.counter > 0 %}
{{ reaction.counter }}&{{ reaction.icon }};
{{ reaction.authors|join:", " }} reacted with {{ reaction.label }}
{% endif %} {% endfor %}
{% endif %} {% endwith %}