{% block flux_timeseries_container %}
{% block flux_icon %} icon for {{account}} {% endblock flux_icon %}
{% block flux_mean %}

{{timeseries.mean|floatformat}} {{account.get_mean_label}}

{% endblock flux_mean %}
{% block flux_timeseries %}
{% for bin in timeseries %}
{% endfor %}
{% endblock flux_timeseries %}
{% endblock flux_timeseries_container %}