{% extends "base.html" %} {% load bootstrap4 %} {% block content %}

{{ licence.name }}

Short Name {{ licence.short_name }}
Version {{ licence.version }}
URL {{ licence.url }}

Are you sure you want to delete this licence?

{% csrf_token %} Cancel
{% endblock %}