{% extends "base.html" %} {% load i18n %} {% block content %}

{% trans 'Stations' %}

{% trans 'View on the map' %}

{% for station in object_list %} {% if station.active %} {% endif %} {% empty %}
  • {% trans 'No station yet.' %}
  • {% endfor %}
    Short name Ident Lat Lon Category {% trans 'View on the map' %}
    {{ station.name }} {{ station.ident}} {{ station.lat}} {{ station.lon}} {{ station.category}} {{ station.name }}
    {% endblock %}