{% extends "dbag/base.html" %} {% block extrahead %} {% endblock %} {% block content %} {% for report in data %}

{{ report.metric.label }}

{% if report.latest.utc_timestamp %} {{ report.latest.value}} {% else %} N/A {% endif %}  

{% endfor %}

{% if data.0.latest.utc_timestamp %} Updated {{ data.0.latest.utc_timestamp|timesince }} ago. {% else %} No data yet collected. {% endif %}

{% endblock %}