{% extends 'base.html' %} {% block title %}Delete Template - Optinet Global Links{% endblock %} {% block content %}
Confirm Deletion
Are you sure you want to delete the template "{{ object.name }}"?
Template Details:
  • Name: {{ object.name }}
  • Type: {{ object.get_template_type_display }}
  • Status: {% if object.is_active %} Active {% else %} Inactive {% endif %}
  • Created: {{ object.created_at|date:"M d, Y" }}

Warning: This action cannot be undone. The template will be permanently deleted.

{% csrf_token %}
Cancel
{% endblock %}