{% extends "admin/layout.html" %} {% set active_menu_item = ['comments', 'edit'] %} {% block title %}{% trans "Delete Comment" %}{% endblock %} {% block contents %}

{% trans "Delete Comment" %}

{% trans comment_title=comment.title|e, comment_author=comment.author|e %} Do you really want to delete comment "{{ comment_title }}" by {{ comment_author }}?. {% endtrans %}

{% endblock %}