{% extends "core/base.html" %} {% block section_title %}Delete AD group{% endblock %} {% block content %}
{% csrf_token %}

Are you sure you want to delete the AD group "{{ object }}"?

Cancel
{% endblock %}