{% extends 'base.html' %} {% load widget_tweaks %} {% load bootstrap3 %} {% block content %}

Column Selection


{% for col_list in available_columns %}
{% for col in col_list %}
{% endfor %}
{% endfor %}

Filter

Graph Configuration

{% include 'graph_view.html' %}
{% include 'table_view.html' %}
{% load static %} {% endblock %}