{% extends 'one-column.html' %} {% load staticfiles %} {% load tz %} {% block breadcrumb_list_elements %} {{ block.super }}
Name | Latitude | Longitude | Elevation (m) | Latest Report Date |
---|---|---|---|---|
{{ station.name }} | {{ station.latitude|floatformat:2 }} | {{ station.longitude|floatformat:2 }} | {{ station.elevation|floatformat:1 }} | {{ station.max_dt|date:"d M Y"|default:"" }} |