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

{% blocktrans %}{{ v_depot }} ändern{% endblocktrans %}

{% endblock %} {% block content %} {% vocabulary "depot" as v_depot %} {% vocabulary "subscription" as v_subscription %} {% if saved %}
{% if subscription.state == 'waiting' %} {% blocktrans %}Dein/e {{ v_depot }} wurde geändert.{% endblocktrans %} {% else %} {% blocktrans trimmed with spe=subscription.primary_member.email sde=subscription.depot.name%} !!!Achtung! Dein/e {{ v_depot }} änderst erst bei der nächsten {{ v_depot }}-Listen Generierung. Solange keine Email an {{ spe }} mit der Bestätigung für dein/e/n neue/s/n {{ v_depot }} gesendet wurde ist noch dein/e/n alte/s/n {{ v_depot }} {{ sde }} aktiv!!! {% endblocktrans %} {% endif %}
{% blocktrans %}Zurück zur {{ v_subscription }}-Übersicht{% endblocktrans %}
{% else %}
{% csrf_token %}
{{ subscription.depot.name }}
{% blocktrans trimmed %} Achtung! Dein/e {{ v_depot }} änderst erst bei der nächsten {{ v_depot }}listen Generierung. Du wirst darüber informiert wenn dein/e {{ v_depot }} ändert. {% endblocktrans %}

{% endif %} {% endblock %} {% block scripts %} {{ subscription.depot.name|json_script:'selected_depot' }} {{ depots.map_info|json_script:'depots' }} {% include 'snippets/scripts/leaflet.html' %} {% endblock %}