{% extends "base.html" %} {% load humanize %} {% block title %} {{ object.code }} {% endblock title %} {% block links %} {% if request.META.HTTP_REFERER %} {% if "operators" in request.META.HTTP_REFERER %} {% elif "networks" in request.META.HTTP_REFERER %} {% endif %} {% endif %} {% endblock links %} {% block content %}

Station {{ object.code }}

{% include "quality/heatmap.html" %}

Last data available on realtime server

{% for nslc, last_seen in last_data.items %} {{ nslc }} : {{ last_seen|naturaltime }}
{% empty %} A long time ago {% endfor %}
{% endblock content %}