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

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

Cancel
{% endblock %}