{% blocktrans with reaction_icon=reaction.icon %}Who reacted with &{{ reaction_icon }}; to this comment?{% endblocktrans %}
{% trans "Comment sent to:" %}
{{ comment.content_object }}
{% blocktrans with reaction_icon=reaction.icon %}List of users that reacted with &{{ reaction_icon }};{% endblocktrans %}
-
{% for name in authors %}
- {{ name }} {% endfor %}