{% extends "base.html" %} {% load quality_extras %} {% block title %} {{ object.code }} {% endblock title %} {% block links %} {% endblock links %} {% block content %}

Stations for {{ object.code }}

{% for station in stations %} {% empty %} No checks have been run these last 7 days for this network {% endfor %}
{% if triggered_stations %}

Triggered stations in this network

{% endif %}

Legend

XXXX
All data are present the last 7 days
XXXX
All data are present the last 7 days but some metadata seems wrong or missing
XXXX
At least one day of data is missing in the last 7 days
XXXX No real time data
A small red button on the top right corner indicates that there is no real time data being served
{% endblock content %}