{% extends "base.html" %} {% load config %} {% block page_title %}

{% vocabulary "depot" %} ändern

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

{% endif %} {% endblock %} {% block scripts %} {% endblock %}