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

Data Sources

{% if perms.datasources.add_datasource %}
New Data Source
{% endif %}
{% for datasource in datasources %} {% empty %} {% endfor %}
Name Access

{{ datasource.name }} {% if datasource.licence %} {{ datasource.licence.short_name }} {% else %} No Licence {% endif %}

{{ datasource.description|truncatechars:120 }}

{% if datasource.owner == request.user %} {% endif %} {# Level 1 is VIEW #} {% if datasource.public_permission_level < 1 %} {% endif %} Detail
There are no data sources currently available.
{% endblock %} {% block extra_body %} {% endblock %}