{% extends "lizard_map/lizardgis.html" %} {% load i18n map workspaces %} {% block map-javascript %} {{ block.super }} {% if view.has_google %} {% endif %} {% endblock map-javascript %} {% block sidebar2 %} {% if view.workspace_storages %}
{% trans 'Now there are no thematic maps available to you. You have to log on (top right).' %}
{% endif %} {% endblock sidebar2 %} {% block secondary-sidebar %} {% endblock secondary-sidebar %} {% block rightbar %} {% for legend in view.legends %} {{ legend.to_html }} {% endfor %} {% endblock rightbar %} {% block content %} {# data attributes wms #} {# All contents of lizard-map-wms must have class lizard-map-wms-item #} {% endblock content %}