{% extends 'base.html' %} {% load static %} {% block title %}Delete Form - {{ object.title }}{% endblock %} {% block content %}

Delete Form

Warning! This action cannot be undone.

Are you sure you want to delete the form "{{ object.title }}"?

{{ object.fields.count }}
Fields
{{ object.get_response_count }}
Responses
{{ object.views.count }}
Views

All associated data including fields, responses, and analytics will be permanently deleted.

{% endblock %}