{{ gettext('Service Metadata') }}
{{ 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 %}