{% extends "juntagrico/signup/base.html" %} {% load i18n %} {% load static %} {% block styles %} {% endblock %} {% block title %} {% blocktrans with v_depot=vocabulary.depot %}{{ v_depot }} auswählen{% endblocktrans %} {% endblock %} {% block content %}
{% endblock %} {% block scripts %} {% if selected %} {{ selected.name|json_script:'selected_depot' }} {% endif %} {{ depots.map_info|json_script:'depots' }} {% include 'snippets/scripts/leaflet.html' %} {% endblock %}