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

Data Sources

New Data Source
{% for datasource in datasources %} {% empty %} {% endfor %}
Name Access

{{ datasource.name }}

{{ datasource.description|truncatechars:120 }}

{% if datasource.owner == request.user %} {% endif %} {% if datasource.access_control %} {% endif %} Detail
There are no data sources currently available.
{% endblock %}