{% extends "layers/layer_base.html" %} {% load i18n %} {% block title %}{{ layer.typename }} — {{ block.super }}{% endblock %} {% block body_class %}layers{% endblock %} {% block body_outer %} {% if error %}
{{ error }}
{% endif %}

{% blocktrans with layer.typename as layer_title %} Manage Available Styles for {{ layer_title }} {% endblocktrans %}

{% trans "Layer Default Style" %}

{% trans "Available styles" %}

{% trans "Click on an available style in the upper box to assign it to this layer. Selected styles appear in the lower box." %}

{% csrf_token %}
{% endblock %} {% block extra_script %} {% endblock %}