{% extends "base.html" %} {% load i18n %} {% block title %}{% trans "Delete Template" %} - {{ block.super }}{% endblock %} {% block content %}

{% trans "Delete Template" %}

{% trans "Are you sure you want to delete this template? This action cannot be undone." %}
{% trans "Template Details" %}
{% trans "Name" %}:
{{ template.name }}
{% trans "Category" %}:
{{ template.get_category_display }}
{% trans "Created By" %}:
{{ template.created_by.get_full_name }}
{% trans "Created" %}:
{{ template.created_at }}
{% csrf_token %}
{% trans "Cancel" %}
{% endblock %}