{% extends "webpage/base.html" %} {% load staticfiles %} {% load django_tables2 crispy_forms_tags %} {% block content %}
| 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 %} |