{% extends "base.html" %} {% block content %} {% load wx_filters %}
Station list {% if request|has_any_feature_permission:"stations-list:write" %} {% endif %}
{% for station in object_list %} {% endfor %}
Code Name Alias name Profile Status Type Watershed District UTC Offset (min) Longitude Latitude Elevation Comm. type Last update
{{ station.code }} {{ station.name }} {{ station.alias_name }} {{ station.profile }} {{ station.is_active }} {{ station.is_automatic }} {{ station.watershed }} {{ station.region }} {{ station.utc_offset_minutes }} {{ station.longitude }} {{ station.latitude }} {{ station.elevation }} {{ station.communication_type }} {{ station.updated_at }}
{% endblock %} {% block localjavascript %} {% endblock %}