{% blocktrans with reaction_icon=reaction.icon %}List of users that reacted with &{{ reaction_icon }};to the comment:{% endblocktrans %} {% if comment.url and not comment.is_removed %}{{ comment.name }}{% else %}{{ comment.name }}{% endif %} ⋅ {{ comment.submit_date }} {{ comment.comment|linebreaks|escape }} {% for author_name in page_obj %} {{ author_name }} {% endfor %} {% if page_obj.paginator.num_pages > 1 %} {% if page_obj.has_previous %} « first previous {% endif %} Page {{ page_obj.number }} of {{ page_obj.paginator.num_pages }}. {% if page_obj.has_next %} next last » {% endif %} {% endif %} go back to comment's page