{% load i18n %}

{% block header %}{% endblock %}

{% trans "Close" as button_text %} {% include 'snippets/toggle/toggle_button.html' with label=button_text class="delete" nonbutton=True controls_text=controls_text %}
{% block form %}{% endblock %}