{% include 'includes/header.html' %} {% import 'includes/forms.html' as forms %} {% import 'includes/graphs.html' as graphs %}

Top {{title}}

{{ forms.time_range(avail_start_time, avail_end_time, start_time, end_time) }}

Top 10 Graph

{{ graphs.top_ten(time_series_times, time_series) }}

Table

{% for f in flow_aggr %} {% endfor %}
{{title}} sum_bytes
{{ f['key'] }} {{ f['sum_bytes'] }}
{% include 'includes/footer.html' %}