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

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

{% trans "Your images" %}

{% trans "Your images" %}

{% trans "Your tickets" %}: {% trans "Assigned" %} {% trans "Subscribed" %}

{% trans "Remote Procedure Call" %}

{% trans "Your stations" %}

{% trans 'View on the map' %}

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