{% extends "core/base/base.html" %} {% comment %} SPDX-FileCopyrightText: 2022 Helmholtz-Zentrum Dresden-Rossendorf (HZDR) SPDX-License-Identifier: GPL-3.0-or-later {% endcomment %} {% load static %} {% block content %}

Data Sources

{% if sources %}
{% csrf_token %} {% for source in sources %} {% endfor %}
ID Protocol Name Description
{{ source.data_source_id }} {{ source.protocol }} {{ source.label }} {{ source.description }}
{% for action in source.actions %} {% endfor %} {% if source.browser_supported_uri %} {% endif %} {% if source.protocol == 'ssh' %} {% endif %} {% if update == False %} {% if source.owner == True %} {% else %} {% endif %}
{% else %}
{% endif %}
{% endif %}
{% if update == False %}

Add a Data Source

{% else %}

Update a Data Source

{% endif %}
{% csrf_token %}
Protocol
{% if update == False %} {% else %} {% endif %}
Cancel
{% endblock content %} {% block script %} {% include "core/base/digital_object_autocomplete.html" %} {% comment %} required by tag_manager.html {% endcomment %} {% include "core/base/tag_manager.html" %} {% endblock script %}