{% extends base_template %} {% load i18n %} {% block content %}

{% trans "Delete Form Schema" %}

{% blocktrans with name=schema.name %}Are you sure you want to delete "{{ name }}"? This will also delete all associated responses and attachments.{% endblocktrans %}
{% csrf_token %} {% trans "Cancel" %}
{% endblock %}