{% trans "Thanks for taking the time to participate." %} {% trans "Your vote already changed the comment's counter." %} {% if comment %} {% if not comment.is_removed %} {{ comment.thread.score }} ⋅ {% endif %} {% if comment.url and not comment.is_removed %} {{ comment.name }} {% else %} {{ comment.name }} {% endif %} ⋅ {{ comment.submit_date }} ΒΆ {{ comment.comment|linebreaks|escape }} {% include "comments/comment_reactions.html" %} {% trans "Go back to the comment's page." %} {% endif %}