{% extends 'base.html' %} {% load static %} {% block title %}Delete Setting{% endblock %} {% block content %}

Confirm Deletion

Are you sure you want to delete this setting?

{{ object.get_category_display }} - {{ object.key }}
{{ object.description }}
{% if object.is_required %}
Warning: This is a required setting. Deleting it may affect system functionality.
{% endif %}
{% csrf_token %}
Cancel
{% endblock %}