{% load i18n %} {% load static %} {{ resource.title }} {% block head %} {% if DEBUG_STATIC %} {% else %} {% endif %} {% endblock %} {% block body_outer %} {% block body %}{% endblock body %} {% block sidebar %}{% endblock sidebar %} {% endblock body_outer %}
{% trans "Thumbnail" %}
{{ resource.title }}
{% trans "Resource ID" %}
{{resource.uuid}}
{% trans "Title" %}
{{resource.title}}
{% trans "Date" %}
{{resource.date}}, {% trans resource.date_type|title %}
{% trans "Abstract" %}
{{resource.raw_abstract}}
{% trans "Edition" %}
{% if resource.edition %}
{{resource.edition}}
{% else %}
--
{% endif %}
{% trans "Responsible" %}
{{resource.owner}}
{% for role in extra_res_md.roles %}
{% trans role.label %}
{% for user in role.users %}
{{user.last_name}}
{{ user.email}}
{% endfor %} {% endfor %}
{% trans "Purpose" %}
{% if resource.purpose %}
{{resource.raw_purpose}}
{% else %}
--
{% endif %}
{% trans "Maintenance Frequency" %}
{{resource.maintenance_frequency}}
{% trans "Type" %}
{{extra_res_md.sprt_identifier}}
{% trans "Restrictions" %}
{{resource.restriction_code_type}}
{{resource.raw_constraints_other}}
{% trans "License" %}
{{resource.license}}
{% trans "Language" %}
{{resource.language}}
{% trans "Temporal Extent" %}
{% trans "Start" %}
{% if resource.temporal_extent_start %}
{{resource.temporal_extent_start}}
{% else %}
--
{% endif %}
{% trans "End" %}
{% if resource.temporal_extent_end %}
{{resource.temporal_extent_end}}
{% else %}
--
{% endif %}
{% trans "Supplemental Information" %}
{{resource.raw_supplemental_information}}
{% trans "Data Quality" %}
{% if resource.data_quality_statement %}
{{resource.raw_data_quality_statement}}
{% else %}
--
{% endif %}
{% trans "Extent" %}
  • x0: {{resource.bbox_helper.xmin}}
  • x1: {{resource.bbox_helper.xmax}}
  • y0: {{resource.bbox_helper.ymin}}
  • y1: {{resource.bbox_helper.ymax}}
{% trans "Spatial Reference System Identifier" %}
{{resource.srid}}
{% trans "Keywords" %}
{{extra_res_md.keywords}}
{% trans "Category" %}
{{resource.category}}
{% if resource.regions.all %}
{% trans "Regions" %}
{% for region in resource.regions.all %} {{ region.name }} {% if not forloop.last %},{% endif %} {% endfor %}
{% endif %} {% if "dataset" in request.META.HTTP_REFERER|stringformat:"s" %}
{% trans "Attributes" %}
{% endif %}