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

{{ self.title() }}

{{ thread.replies[0].comment | markdown }}

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

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