{% extends "base.html" %} {% load bootstrap4 %} {% block extra_head %} {% if metadata_field_form %} {% load static %} {% endif %} {% endblock %} {% block content %}
This data source contains encrypted data.
{% if datasource.encrypted_docs_url %} For guidance on how to process this data please see {{ datasource.encrypted_docs_url }}. {% endif %}Owner | {{ datasource.owner }} |
Licence | {{ datasource.licence.name }} |
External API URL | {{ datasource.url }} |
Pedasi API URL | {{ api_url }} |
{% if metadata_field_form %} | {% endif %} {% for metadata_item in datasource.metadata_items.all %} | |
---|---|---|
{{ metadata_item.field.name }} | {{ metadata_item.value }} | {% if metadata_field_form %}{% endif %} |