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

Licenses

{% if perms.datasources.add_datasource %}
New License
{% endif %}
{% for licence in licences %} {% empty %} {% endfor %}
Name

{{ licence.name }}

{{ datasource.description|truncatechars:120 }}

Detail
There are no licences currently available.
{% endblock %}