{% extends "geonode_base.html" %} {% load i18n %} {% load staticfiles %} {% load bootstrap_tags %} {% load base_tags %} {% block title %}{{ layer.title }} — {{ block.super }}{% endblock %} {% block body_outer %}

{% trans "By adding your layer features to the gazetteer, they will be searchable and viewable by anyone regardless of your layer's security permissions. If you do not choose at least one depict-date field, the system will use the depict-date in the layer metadata (if any)." %}

{% csrf_token %}
{% for attribute in gazetteer_attributes %}
{% endfor %}
{% trans "Return to Layer" %}
{{ block.super }} {% endblock body_outer %} {% block extra_script %} {{ block.super }} {% endblock extra_script %}