{% 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 %}