{% extends "base.html" %} {% load i18n %} {% block content %} {% if invalid %} {% endif %} {% if error %} {% endif %}

{{user}} {% trans 'Here your station details' %}

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

{% trans 'Delete' %} {{ mystation.name }}

{% trans 'Modify' %} {{ mystation.name }}

{% trans "Monitor Remote Procedure Call" %}

{% trans "Submit Remote Procedure Call (easy mode)" %}

{% trans "Submit Remote Procedure Call" %}

{% trans "Monitor MQTT" %}

{% trans "Download configuration for Stima V3" %}

{% trans 'Reserved information' %} ({% trans 'click over to open' %}):

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

{% trans 'Show station details' %}

{% for stationimage in mystation.stationimage_set.all %} {% if mystation.active %} {% endif %} {% empty %}
  • {% trans 'No image yet.' %}
  • {% endfor %}
    {% trans 'Comment' %} {% trans 'Date' %} {% trans 'Category' %} {% trans 'Image' %} {% trans 'Operation' %}
    {{ stationimage.comment }} {{ stationimage.date }} {{ stationimage.category }}
    {% csrf_token %}

    {% trans 'upload your station image' %}

    {% csrf_token %} {{ form.as_p }}
    {% endblock %}