{{ gettext('Record Metadata') }}

{{ gettext('Identifier') }} {{ obj.identifier }}
{% for co in obj.identification.contact -%} {% endfor -%} {% for rc in obj.identification.uselimitation -%} {% endfor -%} {% for oc in obj.identification.otherconstraints -%} {% endfor -%} {% for ac in obj.identification.accessconstraints -%} {% endfor -%}
{{ gettext('Title') }} {{ obj.identification.title }}
{{ gettext('Abstract') }} {{ obj.identification.abstract }}
{{ gettext('Responsible party:') }}
{{ gettext(' -organisation') }}{{ co.organization }}
{{ gettext(' -email') }}{{ co.email }}
{{ gettext(' -role') }}{{ co.role }}
{{ gettext('Language') }} {{ obj.languagecode }}
{{ gettext('Use limitation') }} {{ rc }}
{{ gettext('Other constraint') }} {{ oc }}
{{ gettext('Access constraints') }} {{ ac }}
{{ gettext('Bounding Box') }} {{ [obj.identification.extent.boundingBox.minx, obj.identification.extent.boundingBox.miny, obj.identification.extent.boundingBox.maxx, obj.identification.extent.boundingBox.maxy]|join(',') }}