{# loads wms.html because we want to display workspaces. else we would use lizard_ui/lizardbase.html #} {% extends "lizard_map/lizardgis.html" %} {% load workspaces %} {% block javascript %} {{ block.super }} {% endblock %} {% block sidebar %} {% workspace collage.workspace %} {% endblock %} {% block object-actions %} {% if editable %} Edit | {% endif %} Print {% endblock object-actions %} {% block content %}

{{ collage.name }}

{% for snippet_group in collage.visible_snippet_groups %} {% snippet_group snippet_group 'False' 'True' 'True' %} {% snippet_group_statistics request snippet_group %} {% if show_table %}

Tabel

Verberg tabellen.

{% snippet_group_table request snippet_group %} {% else %} Toon tabellen {% endif %} {% endfor %}
{% endblock content %}