{% extends "rest_pandas/base_site.html" %} {% load static %} {% block title %}{{ name }}{% endblock %} {% block breadcrumbs %} {% endblock %} {% block content_title %}

{{ name }}

{% endblock %} {% block content %} {% if description %}

{{ description }}

{% endif %} {% if wq_chart_type %}

FIXME: {{ wq_chart_type }} {% endif %} {{table|safe}} {% endblock %}