{# Workspace (storage) view: shows workspace on the left, map on the right #} {% extends "lizard_map/wms.html" %} {% load i18n %} {% block sidebar %}

Workspace

{% for workspace_item in view.workspace.workspace_items.all %} {% empty %} {# No workspace items #} {% endfor %}
{# Symbol, appears left. #} {% if workspace_item.adapter.symbol_url %} {% endif %} {% firstof workspace_item.name '(noname)' %} {% if workspace_item.has_extent %} {% else %} {% endif %}
{% trans 'No map layers selected.' %}
{% endblock sidebar %}