{% extends "layouts/base.html" %} {% load i18n %} {% block title %}{% trans "Delete Survey Template" %} - PX360{% endblock %} {% block extra_css %} {% endblock %} {% block content %}

{% trans "Delete Survey Template" %}

{% trans "Confirm deletion of survey template" %}

{% trans "Back to Templates" %}

{% trans "Warning: This action cannot be undone" %}

{% trans "All associated data will be permanently deleted" %}

{% trans "The following will be deleted:" %}

  • {% trans "Survey template" %}: {{ template.name }}
  • {% trans "All questions associated with this template" %}
  • {% trans "All survey instances and responses linked to this template" %}
{% csrf_token %}
{% trans "Cancel" %}
{% endblock %} {% block extra_js %} {% endblock %}