{% extends 'dashboard_base.html' %} {% block head %} {{ super() }} {# #} {% endblock %} {% if station is none %} {% set page_title = 'Unknown station' %} {% else %} {% set page_title = station.properties.name %} {% endif %} {% set back_href = url_for(".summary") %} {% block main_content %} {% if station is none %} {% else %}
Parameter | Qualifier | Data type | Unit | Period | |
---|---|---|---|---|---|
{{ s.tags.parameter }} | {{ s.tags.qualifier }} | {{ s.tags.dataType }} | {{ s.tags.unit }} | {{ s.tags.period }} | {% if current_user.id == station.properties.owner_id %}{% endif %} |