{% extends "dbag/base.html" %} {% block extrahead %} {% endblock %} {% block content %} {% for report in data %}
{% if report.latest.utc_timestamp %} {{ report.latest.value}} {% else %} N/A {% endif %}
{% if data.0.latest.utc_timestamp %} Updated {{ data.0.latest.utc_timestamp|timesince }} ago. {% else %} No data yet collected. {% endif %}
{% endblock %}