{{ gettext('Service Metadata') }}

{{ gettext('Service Identification') }}

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

{{ gettext('Collections') }}

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

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

{% endif %} {% endfor %}

{{ gettext('Conformance') }}