-
{% 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|sanitize_html|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|sanitize_html|safe }} {% 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|sanitize_html|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|sanitize_html|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|sanitize_html|safe }} {% endif %} {% endblock data_quality_statement %} {% block supplemental_information %} {% if resource.supplemental_information %}
- {% trans "Supplemental Information" %}
- {{ resource.supplemental_information|sanitize_html|safe }} {% endif %} {% endblock supplemental_information %} {% block extra_metadata %} {% endblock extra_metadata %} {% 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" %}
- {{ poc.name_long }} {% endblock poc_name_long %} {% block poc_email %}
- {% trans "email" %}
- {{ poc.email }} {% endblock poc_email %} {% block poc_position %}
- {% trans "Position" %}
- {{ poc.position }} {% endblock poc_position %} {% block poc_organization %}
- {% trans "Organization" %}
- {{ poc.organization }} {% endblock poc_organization %} {% block poc_location %}
- {% trans "Location" %}
- {{ poc.location }} {% endblock poc_location %} {% block poc_voice %}
- {% trans "Voice" %}
- {{ poc.voice }} {% endblock poc_voice %} {% block poc_fax %}
- {% trans "Fax" %}
- {{ poc.fax }} {% endblock poc_fax %} {% block poc_keyword %} {% if poc.keyword_list %}
- {% trans "Keywords" %}
- {% for keyword in 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 %}
-
{% block metadata_author_doc_file %}
- {% trans "Name" %}
- {{ metadata_author.name_long }} {% endblock metadata_author_doc_file %} {% block metadata_author_email %}
- {% trans "email" %}
- {{ metadata_author.email }} {% endblock metadata_author_email %} {% block metadata_author_position %}
- {% trans "Position" %}
- {{ metadata_author.position }} {% endblock metadata_author_position %} {% block metadata_author_organization %}
- {% trans "Organization" %}
- {{ metadata_author.organization }} {% endblock metadata_author_organization %} {% block metadata_author_location %}
- {% trans "Location" %}
- {{ metadata_author.location }} {% endblock metadata_author_location %} {% block metadata_author_voice %}
- {% trans "Voice" %}
- {{ metadata_author.voice }} {% endblock metadata_author_voice %} {% block metadata_author_fax %}
- {% trans "Fax" %}
- {{ metadata_author.fax }} {% endblock metadata_author_fax %} {% block metadata_author_keyword_list %} {% if metadata_author.keyword_list %}
- {% trans "Keywords" %}
- {% for keyword in metadata_author.keyword_list %} {{ keyword }} {% endfor %} {% endif %} {% endblock metadata_author_keyword_list %}
-
{% block processor_doc_file %}
- {% trans "Name" %}
- {{ processor.name_long }} {% endblock processor_doc_file %} {% block processor_email %}
- {% trans "email" %}
- {{ processor.email }} {% endblock processor_email %} {% block processor_position %}
- {% trans "Position" %}
- {{ processor.position }} {% endblock processor_position %} {% block processor_organization %}
- {% trans "Organization" %}
- {{ processor.organization }} {% endblock processor_organization %} {% block processor_location %}
- {% trans "Location" %}
- {{ processor.location }} {% endblock processor_location %} {% block processor_voice %}
- {% trans "Voice" %}
- {{ processor.voice }} {% endblock processor_voice %} {% block processor_fax %}
- {% trans "Fax" %}
- {{ processor.fax }} {% endblock processor_fax %} {% block processor_keyword_list %} {% if processor.keyword_list %}
- {% trans "Keywords" %}
- {% for keyword in processor.keyword_list %} {{ keyword }} {% endfor %} {% endif %} {% endblock processor_keyword_list %}
-
{% block publisher_doc_file %}
- {% trans "Name" %}
- {{ publisher.name_long }} {% endblock publisher_doc_file %} {% block publisher_email %}
- {% trans "email" %}
- {{ publisher.email }} {% endblock publisher_email %} {% block publisher_position %}
- {% trans "Position" %}
- {{ publisher.position }} {% endblock publisher_position %} {% block publisher_organization %}
- {% trans "Organization" %}
- {{ publisher.organization }} {% endblock publisher_organization %} {% block publisher_location %}
- {% trans "Location" %}
- {{ publisher.location }} {% endblock publisher_location %} {% block publisher_voice %}
- {% trans "Voice" %}
- {{ publisher.voice }} {% endblock publisher_voice %} {% block publisher_fax %}
- {% trans "Fax" %}
- {{ publisher.fax }} {% endblock publisher_fax %} {% block publisher_keyword_list %} {% if publisher.keyword_list %}
- {% trans "Keywords" %}
- {% for keyword in publisher.keyword_list %} {{ keyword }} {% endfor %} {% endif %} {% endblock publisher_keyword_list %}
-
{% block custodian_doc_file %}
- {% trans "Name" %}
- {{ custodian.name_long }} {% endblock custodian_doc_file %} {% block custodian_email %}
- {% trans "email" %}
- {{ custodian.email }} {% endblock custodian_email %} {% block custodian_position %}
- {% trans "Position" %}
- {{ custodian.position }} {% endblock custodian_position %} {% block custodian_organization %}
- {% trans "Organization" %}
- {{ custodian.organization }} {% endblock custodian_organization %} {% block custodian_location %}
- {% trans "Location" %}
- {{ custodian.location }} {% endblock custodian_location %} {% block custodian_voice %}
- {% trans "Voice" %}
- {{ custodian.voice }} {% endblock custodian_voice %} {% block custodian_fax %}
- {% trans "Fax" %}
- {{ custodian.fax }} {% endblock custodian_fax %} {% block custodian_keyword_list %} {% if custodian.keyword_list %}
- {% trans "Keywords" %}
- {% for keyword in custodian.keyword_list %} {{ keyword }} {% endfor %} {% endif %} {% endblock custodian_keyword_list %}
-
{% block distributor_doc_file %}
- {% trans "Name" %}
- {{ distributor.name_long }} {% endblock distributor_doc_file %} {% block distributor_email %}
- {% trans "email" %}
- {{ distributor.email }} {% endblock distributor_email %} {% block distributor_position %}
- {% trans "Position" %}
- {{ distributor.position }} {% endblock distributor_position %} {% block distributor_organization %}
- {% trans "Organization" %}
- {{ distributor.organization }} {% endblock distributor_organization %} {% block distributor_location %}
- {% trans "Location" %}
- {{ distributor.location }} {% endblock distributor_location %} {% block distributor_voice %}
- {% trans "Voice" %}
- {{ distributor.voice }} {% endblock distributor_voice %} {% block distributor_fax %}
- {% trans "Fax" %}
- {{ distributor.fax }} {% endblock distributor_fax %} {% block distributor_keyword_list %} {% if distributor.keyword_list %}
- {% trans "Keywords" %}
- {% for keyword in distributor.keyword_list %} {{ keyword }} {% endfor %} {% endif %} {% endblock distributor_keyword_list %}
-
{% block resource_user_doc_file %}
- {% trans "Name" %}
- {{ resource_user.name_long }} {% endblock resource_user_doc_file %} {% block resource_user_email %}
- {% trans "email" %}
- {{ resource_user.email }} {% endblock resource_user_email %} {% block resource_user_position %}
- {% trans "Position" %}
- {{ resource_user.position }} {% endblock resource_user_position %} {% block resource_user_organization %}
- {% trans "Organization" %}
- {{ resource_user.organization }} {% endblock resource_user_organization %} {% block resource_user_location %}
- {% trans "Location" %}
- {{ resource_user.location }} {% endblock resource_user_location %} {% block resource_user_voice %}
- {% trans "Voice" %}
- {{ resource_user.voice }} {% endblock resource_user_voice %} {% block resource_user_fax %}
- {% trans "Fax" %}
- {{ resource_user.fax }} {% endblock resource_user_fax %} {% block resource_user_keyword_list %} {% if resource_user.keyword_list %}
- {% trans "Keywords" %}
- {% for keyword in resource_user.keyword_list %} {{ keyword }} {% endfor %} {% endif %} {% endblock resource_user_keyword_list %}
-
{% block resource_provider_doc_file %}
- {% trans "Name" %}
- {{ resource_provider.name_long }} {% endblock resource_provider_doc_file %} {% block resource_provider_email %}
- {% trans "email" %}
- {{ resource_provider.email }} {% endblock resource_provider_email %} {% block resource_provider_position %}
- {% trans "Position" %}
- {{ resource_provider.position }} {% endblock resource_provider_position %} {% block resource_provider_organization %}
- {% trans "Organization" %}
- {{ resource_provider.organization }} {% endblock resource_provider_organization %} {% block resource_provider_location %}
- {% trans "Location" %}
- {{ resource_provider.location }} {% endblock resource_provider_location %} {% block resource_provider_voice %}
- {% trans "Voice" %}
- {{ resource_provider.voice }} {% endblock resource_provider_voice %} {% block resource_provider_fax %}
- {% trans "Fax" %}
- {{ resource_provider.fax }} {% endblock resource_provider_fax %} {% block resource_provider_keyword_list %} {% if resource_provider.keyword_list %}
- {% trans "Keywords" %}
- {% for keyword in resource_provider.keyword_list %} {{ keyword }} {% endfor %} {% endif %} {% endblock resource_provider_keyword_list %}
-
{% block originator_doc_file %}
- {% trans "Name" %}
- {{ originator.name_long }} {% endblock originator_doc_file %} {% block originator_email %}
- {% trans "email" %}
- {{ originator.email }} {% endblock originator_email %} {% block originator_position %}
- {% trans "Position" %}
- {{ originator.position }} {% endblock originator_position %} {% block originator_organization %}
- {% trans "Organization" %}
- {{ originator.organization }} {% endblock originator_organization %} {% block originator_location %}
- {% trans "Location" %}
- {{ originator.location }} {% endblock originator_location %} {% block originator_voice %}
- {% trans "Voice" %}
- {{ originator.voice }} {% endblock originator_voice %} {% block originator_fax %}
- {% trans "Fax" %}
- {{ originator.fax }} {% endblock originator_fax %} {% block originator_keyword_list %} {% if originator.keyword_list %}
- {% trans "Keywords" %}
- {% for keyword in originator.keyword_list %} {{ keyword }} {% endfor %} {% endif %} {% endblock originator_keyword_list %}
-
{% block principal_investigator_doc_file %}
- {% trans "Name" %}
- {{ principal_investigator.name_long }} {% endblock principal_investigator_doc_file %} {% block principal_investigator_email %}
- {% trans "email" %}
- {{ principal_investigator.email }} {% endblock principal_investigator_email %} {% block principal_investigator_position %}
- {% trans "Position" %}
- {{ principal_investigator.position }} {% endblock principal_investigator_position %} {% block principal_investigator_organization %}
- {% trans "Organization" %}
- {{ principal_investigator.organization }} {% endblock principal_investigator_organization %} {% block principal_investigator_location %}
- {% trans "Location" %}
- {{ principal_investigator.location }} {% endblock principal_investigator_location %} {% block principal_investigator_voice %}
- {% trans "Voice" %}
- {{ principal_investigator.voice }} {% endblock principal_investigator_voice %} {% block principal_investigator_fax %}
- {% trans "Fax" %}
- {{ principal_investigator.fax }} {% endblock principal_investigator_fax %} {% block principal_investigator_keyword_list %} {% if principal_investigator.keyword_list %}
- {% trans "Keywords" %}
- {% for keyword in principal_investigator.keyword_list %} {{ keyword }} {% endfor %} {% endif %} {% endblock principal_investigator_keyword_list %}