{# Display edit-workspace #} {% load i18n workspaces %}

{% trans 'Layers' %}

{% for workspace_item in workspace_edit.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 %} {% comment TODO needs some refactoring %} {% legend workspace_item.name workspace_item.adapter session %} {% endcomment %}
{% trans 'No map layers selected.' %}