{% load i18n %} {{ resource.title }} {% block head %} {% if DEBUG_STATIC %} {% else %} {% endif %} {% endblock %} {% block body_outer %} {% block body %}{% endblock body %} {% block sidebar %}{% endblock sidebar %} {% endblock body_outer %}
Thumbnail
{{ resource.title }}
Resource ID
{{resource.uuid}}
{% trans "Title" %}
{{resource.title}}
{% trans "Date" %}
{{resource.date}}, {% trans resource.date_type|title %}
{% trans "Abstract" %}
{{resource.abstract}}
{% trans "Edition" %}
{% if resource.edition %}
{{resource.edition}}
{% else %}
--
{% endif %}
{% trans "Owner" %}
{{resource.owner}}
{% trans "Point of Contact" %}
{{extra_res_md.poc_last_name}}
{{extra_res_md.poc_email}}
{% trans "Purpose" %}
{% if resource.purpose %}
{{resource.purpose}}
{% else %}
--
{% endif %}
{% trans "Maintenance Frequency" %}
{{resource.maintenance_frequency}}
{% trans "Type" %}
{{extra_res_md.sprt_identifier}}
{% trans "Restrictions" %}
{{resource.restriction_code_type}}
{{resource.constraints_other}}
{% trans "License" %}
{{resource.license}}
{% trans "Language" %}
{{resource.language}}
{% trans "Temporal Extent" %}
Start
{% if resource.temporal_extent_start %}
{{resource.temporal_extent_start}}
{% else %}
--
{% endif %}
End
{% if resource.temporal_extent_end %}
{{resource.temporal_extent_end}}
{% else %}
--
{% endif %}
{% trans "Supplemental Information" %}
{{resource.supplemental_information}}
{% trans "Data Quality" %}
{% if resource.data_quality_statement %}
{{resource.data_quality_statement}}
{% else %}
--
{% endif %}
Extent
  • long min: {{resource.bbox_x0}}
  • long max: {{resource.bbox_x1}}
  • lat min: {{resource.bbox_y0}}
  • lat max: {{resource.bbox_y1}}
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 "layer" in request.META.HTTP_REFERER|stringformat:"s" %}
Attributes
{% endif %}