{% extends "base.html" %} {% block title %}Reports{% endblock %} {% block heading %}Reports{% endblock %} {% block pageid %}reports{% endblock %} {% block content %}

Latency

{{ table|safe }}

CBC IFAR

{% if ifar %} {% for chart in ifar %}
{% endfor %} {% else %} No IFAR charts. {% endif %} {% endblock %}