{% extends 'safety/application.html' %} {% block contents %} {% csrf_token %} Confirm Removal You are about to remove policy {{object.name|title}}. This is irreversible operation and cannot be undone! Proceed only when absolutely necessary. {% if object.name != 'default' %}Remove Policy {% endif %}Cancel {% endblock %}
You are about to remove policy {{object.name|title}}. This is irreversible operation and cannot be undone! Proceed only when absolutely necessary.
{% if object.name != 'default' %}Remove Policy {% endif %}Cancel