{% extends "geonode_base.html" %} {% load i18n %} {% load base_tags %} {% load staticfiles %} {% load bootstrap_tags %} {% block title %} {% trans "Create Layer" %} - {{ block.super }} {% endblock %} {% block body_class %}layer create{% endblock %} {% block head %} {{ block.super }} {% endblock %} {% block body_outer %}
{% if error %}

{{ error }}

{% endif %}
{% csrf_token %} {{ form|as_bootstrap }}
{% display_change_perms_button resource request.user perms_list as display_perms_button %} {% if display_perms_button %}

{% trans "Permissions" %}

{% include "_permissions.html" %}
{% endif %}
{% endblock %} {% block extra_script %} {{ block.super }} {% if GEONODE_SECURITY_ENABLED %} {% include "_permissions_form_js.html" %} {% endif %} {% endblock extra_script %}