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

{{ ident}} {% trans 'Here your personal data details' %}

{% trans 'Station name' %}: {{ mystation.name }}

{% trans 'Remove station' %} {{ mystation.slug }}

{% trans 'Active' %} {% trans 'Ident' %} {% trans 'Lat' %} {% trans 'Lon' %} {% trans 'Locate' %} {% trans 'Category' %}
{% if mystation.active %} {% else %} {% endif %} {{ mystation.ident }} {{ mystation.lat }} {{ mystation.lon }} {{ mystation.category }}

{% trans 'Show station details' %}

{% endblock %}