{% extends "base.html" %} {% block title %} {{ _("Delete reply by %(username)s in %(title)s ", title=thread.title, username=reply.author.username) }} {% endblock %} {% block content %}

{{ self.title() }}

{{ reply.comment | markdown }}

{{ _("Deleting is permanent") }}

{{ _("Cancel") }}
{% endblock %}