{% extends "dashboard/main.html" %} {% block content %}

Be patient...
{% if graph %}
{{ graph|safe }}
{% else %}

No data available.

{% endif %}
{% endblock %}