{% load i18n %}

{{ station.name }}

{% for stype in station.stype.all %}{{ stype.descr }}{% if not forloop.last %}, {% endif %}{% endfor %}
{% trans 'Owner: ' %}{{ station.owner }}
{% if station.is_automatic %}{% trans 'Automatic' %}{% else %}{% trans 'Conventional' %}{% endif %}
{% url "station_detail" station.id as station_url %} {% trans 'Open station details' %}