{% extends "ticket.html" %} {% block title %} Delete {{ ticket.ref() }}: {{ ticket.title }} — {{ cfg("sr.ht", "site-name") }} todo {% endblock %} {% block content %}

{{ticket.title}}

This will permanently delete this ticket and all of its comments. This cannot be undone.

{{csrf_token()}} Nevermind
{% endblock %}