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

{{ datasource.name }}

{% if datasource.description %} {{ datasource.description|linebreaks }} {% endif %}
Owner {{ datasource.owner }}
URL {{ datasource.url }}

Are you sure you want to delete this data source?

{% csrf_token %} Cancel
{% endblock %}