{% extends 'miner/base.html' %} {% load i18n %} {% load staticfiles %} {% load static %} {% block extra_head %} {# #} {# #} {# #} {% endblock %} {% block content %}

Default Dashboard Plots

{# a div with a plot_div attribute ID must be created before this line-plot.js globals are created #} {% block plot %} {#

Plot Configuration

#} {#
{{ data|safe|escape }}
#}

Statistics

{{ data_with_dates|safe|escape }}
{% endblock plot %} {% endblock %}