{% extends 'layouts/layout_base.html' %} {% block title %}Delete template{% endblock title %} {% block body_content %}
Delete template
{% csrf_token %}

Are you sure you want to delete this {{ object.mode }} template{% if object.name %} named {{ object.name }}{% endif %}?

Cancel
{% endblock body_content %}