-
{% block resource_title %}
{% if resource.title %}
- {% trans "Title" %}
- {{ resource.title|truncatechars:80 }} {% endif %} {% endblock resource_title %} {% block abstract %} {% if resource.abstract %}
- {% trans "Abstract" %}
- {{ resource.abstract|safe }} {% endif %} {% endblock abstract %}
-
{% block license %}
{% if LICENSES_ENABLED and LICENSES_DETAIL == 'above' and resource.license %}
- {% trans "License" %}
- {{ resource.license.name_long }} {% endif %}
-
{% for bullet in resource.license.description_bullets %}
{{ bullet }}
{% endfor %} {% if resource.license.url %} + {% trans "For more info see" %} {{ resource.license.url }}. {% endif %}
{% endblock license %}
{% block date %}
{% if resource.date %}
- {% trans resource.date_type|title %} {% trans "Date" %}
- {{ resource.date }} {% endif %} {% endblock date %} {% block display_type %} {% if resource.display_type %}
- {% trans "Type" %}
- {{ resource.display_type }} {% endif %} {% endblock display_type %} {% block keyword_list %} {% if resource.keywords.count > 0 or resource.tkeywords.count > 0 %}
- {% trans "Keywords" %}
-
-
{% for keyword in resource.keywords.all %}
- {{ keyword.name }} {% endfor %} {% for tid in resource.tkeywords.all|get_unique_thesaurus_set %}
- {{ tid|get_thesaurus_translation_by_id }}
{% for tkeywords in resource.tkeywords.all %}
-
{% if tid == tkeywords.thesaurus.id %}
- {{tkeywords|get_thesaurus_localized_label}} {% endif %}
{% endfor %}
{% endif %}
{% endblock keyword_list %}
{% block category %}
{% if resource.category %}
- {% trans "Category" %}
- {{ resource.category }} {% if resource.category.description %}{% endif %} {% if resource.category.description %}
- {{ resource.category.description }} {% endif %} {% endif %} {% endblock category %} {% block regions %} {% if resource.regions.all %}
- {% trans "Regions" %}
- {{ resource.regions.all|join:", " }} {% endif %} {% endblock regions %} {% block is_approved %}
- {% trans "Approved" %}
- {% if resource.is_approved %} {% trans "Yes" %} {% else %} {% trans "No" %} {% endif %} {% endblock is_approved %} {% block is_published %}
- {% trans "Published" %}
- {% if resource.is_published %} {% trans "Yes" %} {% else %} {% trans "No" %} {% endif %} {% endblock is_published %} {% block featured %}
- {% trans "Featured" %}
- {% if resource.featured %} {% trans "Yes" %} {% else %} {% trans "No" %} {% endif %} {% endblock featured %} {% block group %} {% if resource.group %}
- {% trans "Group" %}
- {{ group }} {% endif %} {% endblock group %} {% block doi %}
- {% trans "DOI" %}
- {{ resource.doi }} {% endblock doi %} {% block attribution %}
- {% trans "Attribution" %}
- {{ resource.attribution }} {% endblock attribution %} {% block extra_tag %}{% endblock extra_tag %}
-
{% if resource.owner %}
{% with resource.owner as poc %}
{% block name_long %}
- {% trans "Name" %}
- {{ poc.name_long }} {% endblock name_long %} {% block email %}
- {% trans "email" %}
- {{ poc.email }} {% endblock email %} {% block position %}
- {% trans "Position" %}
- {{ poc.position }} {% endblock position %} {% block organization %}
- {% trans "Organization" %}
- {{ poc.organization }} {% endblock organization %} {% block location %}
- {% trans "Location" %}
- {{ poc.location }} {% endblock location %} {% block voice %}
- {% trans "Voice" %}
- {{ poc.voice }} {% endblock voice %} {% block fax %}
- {% trans "Fax" %}
- {{ poc.fax }} {% endblock fax %} {% block poc_keyword_list %} {% if poc.keyword_list %}
- {% trans "Keywords" %}
- {% for keyword in poc.keyword_list %} {{ keyword }} {% endfor %} {% endif %} {% endblock poc_keyword_list %} {% endwith %} {% endif %}
- {% trans "Identification Image" %}
-
-
{% block scale %}
- {% trans "Spatial Extent" %}
- {% if resource.scale %} {{ resource.scale }} {% else %} --- {% endif %} {% endblock scale %} {% block srid %}
- {% trans "Projection System" %}
- {{ resource.srid }} {% endblock srid %}
- {% trans "Extension x0" %} {% block bbox_x0 %}
- {{resource.bbox_x0}} {% endblock bbox_x0 %}
- {% trans "Extension x1" %} {% block bbox_x1 %}
- {{resource.bbox_x1}} {% endblock bbox_x1 %}
- {% trans "Extension y0" %} {% block bbox_y0 %}
- {{resource.bbox_y0}} {% endblock bbox_y0 %}
- {% trans "Extension y1" %} {% block bbox_y1 %}
- {{resource.bbox_y1}} {% endblock bbox_y1 %}
-
{% block license2 %}
{% if LICENSES_ENABLED and LICENSES_DETAIL == 'below' and resource.license %}
- {% trans "License" %}
- {{ resource.license.name_long }}
-
{% for bullet in resource.license.description_bullets %}
{{ bullet }}
{% endfor %} {% if resource.license.url %} + {% trans "For more info see" %} {{ resource.license.url }}. {% endif %}
{% endif %}
{% endblock license2 %}
{% block maintenance_frequency %}
{% if resource.maintenance_frequency %}
- {% trans "Maintenance Frequency" %}
- {{ resource.maintenance_frequency_title }} {% endif %} {% endblock maintenance_frequency %} {% block restriction_code_type %} {% if resource.restriction_code_type or resource.constraints_other %}
- {% trans "Restrictions" %}
- {% if resource.constraints_other %} {{ resource.constraints_other|safe }} {% else %} {{ resource.restriction_code_type }} {% endif %} {% endif %} {% endblock restriction_code_type %} {% block edition %} {% if resource.edition %}
- {% trans "Edition" %}
- {{ resource.edition}} {% endif %} {% endblock edition %} {% block purpose %} {% if resource.purpose %}
- {% trans "Purpose" %}
- {{ resource.purpose|safe }} {% endif %} {% endblock purpose %} {% block language %} {% if resource.language %}
- {% trans "Language" %}
- {{ resource.language_title }} {% endif %} {% endblock language %} {% block temporal_extent_start %} {% if resource.temporal_extent_start and resource.temporal_extent_end %}
- {% trans "Temporal Extent" %}
- {{ resource.temporal_extent_start }} - {{ resource.temporal_extent_end }} {% endif %} {% endblock temporal_extent_start %} {% block data_quality_statement %} {% if resource.data_quality_statement %}
- {% trans "Data Quality" %}
- {{ resource.data_quality_statement|safe }} {% endif %} {% endblock data_quality_statement %} {% block supplemental_information %} {% if resource.supplemental_information %}
- {% trans "Supplemental Information" %}
- {{ resource.supplemental_information|safe }} {% endif %} {% endblock supplemental_information %} {% block spatial_representation_type %} {% if resource.spatial_representation_type %}
- {% trans "Spatial Representation Type" %}
- {{ resource.spatial_representation_type }} {% endif %} {% endblock spatial_representation_type %}
-
{% block poc_name_long %}
- {% trans "Name" %}
- {{ resource.poc.name_long }} {% endblock poc_name_long %} {% block poc_email %}
- {% trans "email" %}
- {{ resource.poc.email }} {% endblock poc_email %} {% block poc_position %}
- {% trans "Position" %}
- {{ resource.poc.position }} {% endblock poc_position %} {% block poc_organization %}
- {% trans "Organization" %}
- {{ resource.poc.organization }} {% endblock poc_organization %} {% block poc_location %}
- {% trans "Location" %}
- {{ resource.poc.location }} {% endblock poc_location %} {% block poc_voice %}
- {% trans "Voice" %}
- {{ resource.poc.voice }} {% endblock poc_voice %} {% block poc_fax %}
- {% trans "Fax" %}
- {{ resource.poc.fax }} {% endblock poc_fax %} {% block poc_keyword %} {% if poc.keyword_list %}
- {% trans "Keywords" %}
- {% for keyword in resource.poc.keyword_list %} {{ keyword }} {% endfor %} {% endif %} {% endblock poc_keyword %}
-
{% block get_absolute_url %}
- {% trans "Link Online" %}
- {{ resource.get_absolute_url }} {% endblock get_absolute_url %} {% block metaget_absolute_url %}
- {% trans "Metadata Page" %}
- {{ resource.get_absolute_url }}/metadata_detail {% endblock metaget_absolute_url %} {% block doc_file %} {% if resource.doc_file %}
- {% trans "Online Link" %}
- {{ resource.get_absolute_url }}/download {% endif %} {% endblock doc_file %}
- {{link.name}}
- {{resource.title}}.{{link.extension}} {% endfor %}
- {{link.name}}
- Geoservice {{link.link_type}} {% endfor %}
{% if "download_resourcebase" in perms_list %} {% for link in resource.link_set.download %}
{% endif %} {% for link in resource.link_set.ows %}
-
{% with resource.metadata_author as poc %}
{% block metadata_author_doc_file %}
- {% trans "Name" %}
- {{ poc.name_long }} {% endblock metadata_author_doc_file %} {% block metadata_author_email %}
- {% trans "email" %}
- {{ poc.email }} {% endblock metadata_author_email %} {% block metadata_author_position %}
- {% trans "Position" %}
- {{ poc.position }} {% endblock metadata_author_position %} {% block metadata_author_organization %}
- {% trans "Organization" %}
- {{ poc.organization }} {% endblock metadata_author_organization %} {% block metadata_author_location %}
- {% trans "Location" %}
- {{ poc.location }} {% endblock metadata_author_location %} {% block metadata_author_voice %}
- {% trans "Voice" %}
- {{ poc.voice }} {% endblock metadata_author_voice %} {% block metadata_author_fax %}
- {% trans "Fax" %}
- {{ poc.fax }} {% endblock metadata_author_fax %} {% block metadata_author_keyword_list %} {% if poc.keyword_list %}
- {% trans "Keywords" %}
- {% for keyword in poc.keyword_list %} {{ keyword }} {% endfor %} {% endif %} {% endblock metadata_author_keyword_list %} {% endwith %}