{% trans 'Station name' %}: {{ object.name }}
{% trans 'Comunication status with server' %}: ; {% trans 'WiFi RSSI' %}:
| {% trans 'Active' %} | {% trans 'User' %} | {% trans 'Lat' %} | {% trans 'Lon' %} | {% trans 'Category' %} | {% trans 'Type' %} | {% trans 'View on the map' %} |
|---|---|---|---|---|---|---|
| {% if object.active %} {% else %} {% endif %} | {{ object.user }} | {{ object.lat }} | {{ object.lon }} | {{ object.get_category_display }} | {{ object.get_type_display }} | {{ object.slug }} |