{% load comments_ink %} {% if user.is_authenticated %}
{% csrf_token %}
{% for reaction in object_reactions %}   {{ reaction.counter }} {% if not forloop.last %}   {% endif %} {% endfor %}
{% else %} {% for reaction in object_reactions %} &{{ reaction.icon }};  {{ reaction.counter }} {% if not forloop.last %}   {% endif %} {% endfor %} {% endif %}