{% extends "layouts/content-bootstrap.html" %} {% load i18n %} {% load django_tables2 %} {% block styles %} {% endblock %} {% block content %}

LAVA Charts

{% if user_chart_table %}

Your Charts Create

{% render_table user_chart_table %} {% else %}

Please log in to see and manage your charts.

{% endif %} {% for name, group_table in group_tables.items %}

{{ name }}

{% render_table group_table %} {% endfor %}

Other Charts

{% render_table other_chart_table %} {% endblock %} {% block scripts %} {% endblock %}