{% extends "base.html" %} {% load bootstrap4 %} {% block extra_head %} {% load static %} {% 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 }} |
{% for metadata_item in datasource.metadata_items.all %} | |
---|---|
{{ metadata_item.field.name }} | {{ metadata_item.value }} |