{% trans 'Station name' %}: {{ object.name }}
{% trans 'Active' %} | {% trans 'Ident' %} | {% trans 'Lat' %} | {% trans 'Lon' %} | {% trans 'Category' %} | {% trans 'View on the map' %} |
---|---|---|---|---|---|
{% if object.active %}
|
{{ object.ident }} | {{ object.lat }} | {{ object.lon }} | {{ object.category }} | {{ object.slug }} |