{%extends "base_shm.html"%} {%block header%}

SHM Default Data View

Station {{data.datasource|upper}}

Most recent data as of {{data.date|date:"Y-m-d H:i:s"}} UTC
{%endblock header%} {%block leftnavigation%}

Data Type {% for type in types %} {%endfor%}


Stations {% for site in sites %} {% endfor %}

{%endblock leftnavigation%} {%block content%} {%if classifs.noresults %}
Sorry, no data for you
no search results
{%else%} {%endif%} {%endblock content%} {%block footer%} {%include "footer_shm.html"%} {%endblock footer%}