{% 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 %}