{% with request.POST.next|default:request.META.PATH_INFO as next %}
{% trans "Reply" %}
{% endwith %}
{% if can_report_comment %}
{% with request.POST.next|default:request.META.PATH_INFO as next %}
{% trans "Report" %}
{% endwith %}
{% else %}
{% if request.user.is_authenticated %}
{% trans "Reported" %}
{% endif %}
{% endif %}