{% extends "lizard_map/lizardgis.html" %} {% load i18n workspaces %} {% block sidebar %} {# TODO slugs #} {% collage_edit view.collage_edit 'True' 'True' %} {% endblock %} {% block content %}
{% for grouping_hint, collage_items in view.grouped_collage_items.items %}

{{ collage_items.0.data_description }}

{% collage_items_html collage_items 'True' view.request %} {% if collage_items.0.collage_detail_show_edit_block %}

Gegevens

{% for collage_item in collage_items %} {% endfor %}
Naam Toon tabel Exporteer csv
{{ collage_item.name }} Toon tabel Exporteer csv
{% endif %} {% if collage_items.0.collage_detail_show_statistics_block %} {# Statistics. TODO: change links to javascript. Reloading is unnecessary#}

Statistieken

{% endif %} {% endfor %}

{# calculate stats for your collage-edits collage items #} Exporteer alle statistieken

{% endblock %}