{% extends "no_menu_base.html" %} {% load i18n %} {% load static %} {% load juntagrico.config %} {% block styles %} {% endblock %} {% block all_page_title %} {% vocabulary "depot" as v_depot %}

{% blocktrans %}{{ v_depot }} auswählen{% endblocktrans %}

{% endblock %} {% block allcontent %} {% vocabulary "subscription" as v_subscription %} {% vocabulary "depot" as v_depot %}
{% csrf_token %}
{% trans "Abbrechen" %}
{% endblock %} {% block scripts %} {% if selected %} {{ selected.name|json_script:'selected_depot' }} {% endif %} {{ depots.map_info|json_script:'depots' }} {% endblock %}