{# Screen with apps and workspaces on the left and map on the right. #} {% extends "lizard_map/wms.html" %} {% load workspaces %} {% load utility %} {% block sidebar %} {# If no application_screen_slug, revert to default. #} {% if application_screen_slug %} {% application_icons application_screen_slug %} {% else %} {% application_icons 'home' %} {% endif %} {% workspace_edit view.workspace_edit %} {% endblock %}