{% include 'includes/header.html' %}

Offloaded Traffic

{% import 'includes/forms.html' as forms %} {{ forms.time_range(avail_start_time, avail_end_time, start_time, end_time, num_prefixes) }}
Total Offloaded %
{{ '{0:,d}'.format(total_bytes) }} {{ '{0:,d}'.format(offloaded_bytes) }} {{ percentage }}
{% include 'includes/footer.html' %}