{# loads wms.html because we want to display workspaces. else we would use lizard_ui/lizardbase.html #} {# NOT yet used. The standard collage page can edit. When splitting the main collage, then use this. #} {% extends "lizard_map/wms.html" %} {% load workspaces %} {% block sidebar %} {% workspace collage.workspace %} {% endblock %} {% block object-actions %} View | Print {% endblock object-actions %} {% block content %}

{{ collage.name }}

{% for snippet_group in collage.snippet_groups.all %} {% firstof snippet_group.name '' %} {% snippet_group snippet_group 'False' 'True' %} {% endfor %}
{% endblock content %}