Back to Qgis

{{ gettext('Service Metadata') }}

python/plugins/MetaSearch/resources/templates/oarec_service_metadata.html

latest658 B
Original Source

{{ gettext('Service Identification') }}

| {{ gettext('Title') }} | {{ obj.title }} | | {{ gettext('Abstract') }} | {{ obj.description or obj['title'] }} | | {{ gettext('Service URL') }} | {{ obj.url}} |

{{ gettext('Collections') }}

{% for j in obj.collections()['collections'] %} {% if j.id in obj.records() %}

{{ j.title }}
{{ j.description }}

{% endif %} {% endfor %}

{{ gettext('Conformance') }}

{% for i in obj.conformance()['conformsTo'] %} - {{ i }} {% endfor %}

{{ gettext('Links') }}

{% for link in obj.links %} - {{ link['title'] }} {% endfor %}