{% extends "base.html" %} {% block base_header_additional_head %} {% endblock %} {% block base_body_start %}
{% endblock %} {% block base_content %}Variant: {% for other_variant in config.variants.values %} {% ifequal other_variant.identifier variant %} {{ other_variant.name }} {% else %} {{ other_variant.name }} {% endifequal %} {% if not forloop.last %} | {% endif %} {% endfor %}
Last clicked position:
(lat/lon) (UTM) |
|
{% endfor %}
{% endfor %}