{% with request.POST.next|default:request.META.PATH_INFO as next %}
{% trans "Reply" %}
{% endwith %}
{% if request.user.is_authenticated %}
{% with comment.id|stringformat:"s" as comment_id %}
{% with "comment_report_"|add:comment_id as key %}
{% if not key in request.COOKIES %}
{% with request.POST.next|default:request.META.PATH_INFO as next %}
{% trans "Report" %}
{% endwith %}
{% else %}
{% trans "Reported" %}
{% endif %}