{% extends "webpage/base.html" %} {% load staticfiles %} {% load django_tables2 crispy_forms_tags %} {% block content %}
× Warning! This overview and the related charts are still work in progress.

Make your choice

{% for x in object_list %} {% endfor %}
Property to visualize What will it show Type of visualization
{{ x.label }} {{ x.help_text }} {% for chart in x.chart_types.all %} {{ chart.icon | safe }} {% endfor %}
{% endblock %}