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

Are you sure you want unasign the license "{{ object }}"?

Cancel
{% endblock %}