{% extends 'base/layout.html' %} {% block title %}Delete {{ object.name }}{% endblock %} {% block content %}
Confirm Deletion

Are you sure you want to delete the template {{ object }}?

This action cannot be undone.

{% csrf_token %} Cancel
{% endblock %}