{% extends "base.html" %} {% from "_helpers.html" import csrf_field %} {% block content %}

This action is irreversible.

{{ csrf_field() }} {% block submit %}{% endblock %}
{% endblock %}