{% load i18n %} {% load static %} {% load floppyforms %} {% block body_outer %}
{% trans "Mandatory" %}
{% trans "Mandatory" %}
{% trans "Optional" %}
{{ layer_form.title }}
{{ layer_form.abstract }}
{{ layer_form.keywords }}
{% if THESAURI_FILTERS %}
{{ tkeywords_form }}
{% endif %}
{{ layer_form.date_type }}
{{ layer_form.date }}
{{ layer_form.language }}
{{ layer_form.license }}
{{ layer_form.doi }}
{{ layer_form.regions }}
{{ layer_form.data_quality_statement }}
{{ layer_form.restriction_code_type }}
{{ layer_form.constraints_other }}

{% trans "Other, Optional, Metadata" %}

{{ layer_form.edition }}
{{ layer_form.purpose }}
{{ layer_form.supplemental_information }}
{{ layer_form.temporal_extent_start }}
{{ layer_form.temporal_extent_end }}
{{ layer_form.maintenance_frequency }}
{{ layer_form.spatial_representation_type }}
{% trans "Responsible Parties" %}
{{ layer_form.poc }}
{% trans "Responsible and Permissions" %}
{{ layer_form.owner }}
{{ layer_form.metadata_author }}
{% if GEONODE_SECURITY_ENABLED %} {% endif %}
{{ attribute_form.management_form }} {% for form in attribute_form.forms %} {% if form.attribute %} {% endif %} {% endfor %}
{% trans "Attribute" %} {% trans "Label" %} {% trans "Description" %} {% trans "Display Order" %}
{{form.id}}
{{form.attribute}}
{{form.attribute_label}} {{form.description}} {{form.display_order}}
{% if metadataxsl %} {% else %} {% endif %}
{% trans "Publishing" %}
{{ layer_form.metadata_uploaded_preserve }}
{{ layer_form.is_approved }}
{{ layer_form.is_published }}
{{ layer_form.featured }}
{% trans "Other Settings" %}
{{ layer_form.is_mosaic }}
{{ layer_form.has_time }}
{{ layer_form.has_elevation }}
{{ layer_form.time_regex }}
{{ layer_form.elevation_regex }}
{% endblock %}