{{user}} {% trans 'Stations' %}
{% else %}{% trans 'Stations' %}
{% endif %}{% trans 'View on the map' %}
Name | User | {% trans 'Station status' %} | {% trans 'Last status update' %} | {% trans 'Version' %} | {% trans 'status bit' %} | {% trans 'status val' %} |
---|---|---|---|---|---|---|
{{ station.name }} | {{ station.user}} | {{ station.stationmaintstatus.laststatus}} | {{ station.stationmaintstatus.lastupdate}} | {{ station.stationmaintstatus.firmwaremajor }}.{{ station.stationmaintstatus.firmwareminor }} | {% if station.status_bits %}Error{% else %}Ok{% endif %} | {% if station.status_vals %}Error{% else %}Ok{% endif %} |