{% trans "Delete Comment" %}

{% trans "Are you sure you want to delete this comment by" %} {{ comment.author.get_full_name|default:comment.author.username }}?

{{ comment.created_at|date:"F d, Y P" }}

{% csrf_token %} {% if 'HX-Request' in request.headers %} {% endif %}