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

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

{% if datasource.description %} {{ datasource.description|linebreaks }} {% endif %}
{% if request.user != datasource.owner and not request.user.is_superuser %} Manage My Access {% endif %}
You do not have permission to access this resource. {% if request.user in datasource.users.all %} Please wait for your request to be approved. {% else %} You may request access using the 'Manage My Access' button. {% endif %}
Owner {{ datasource.owner }}
URL {{ datasource.url }}
{% endblock %}