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

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

{% trans "Your images" %}

{% trans "Your images" %}

{% trans "Your stations" %}

{% trans 'View on the map' %}

{% for station in stations %} {% empty %}
  • {% trans 'No station yet.' %}
  • {% endfor %}
    Short name Active Ident Lat Lon Category
    {% trans 'Station name' %}: {{ station.name }} {% if station.active %} {% else %} {% endif %} {{ station.ident }} {{ station.lat }} {{ station.lon }} {{ station.category }}
    {% endblock %}