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

Abo ändern

{% endblock %} {% block content %} Welchen Teil deines {% vocabulary "subscription_pl" %} möchtest du ändern?


{% vocabulary "depot" %}
Du bist umgezogen oder möchtest aus einem anderen Grund dein Gemüse in einem anderen Quartierdepot abholen? Du kannst das {% vocabulary "depot" %} jederzeit wechseln - die Änderung wird sobald aktiv von uns kommuniziert.
Momentanes {% vocabulary "depot" %}:
{{ subscription.depot.name }}
Grösse
Die Grösse eines {% vocabulary "subscription_pl" %} (auch die Kündigung) kann nur jährlich geändert werden und muss bis spätestens Ende {{ next_cancel_date |date:"F" }} gemacht werden, damit die Änderung auf Anfang {{ next_business_year |date:"F" }} in Kraft tritt.
Nächstmögliches Datum: {{ next_business_year |date:"d.m.Y" }}
Zukünftige Grösse:
{{ subscription.future_size_name }}
Grösse ändern
{% if not change_size %}* nur {{ next_business_year |date:"F" }}-{{ next_cancel_date |date:"F" }} möglich{% endif %}
{% if has_extra_subscriptions %}
Zusatz-Abos
Zusatz-Abos können halbjährlich auf Januar und Juli, mit einer Frist von mind. einem Monat geändert werden.
{% config "extra_sub_info" as extra_sub_info %} {% if extra_sub_info.strip %} Weitere Infos zu den Zusatzabos {% endif %}
Nächstmögliches Datum: {{ next_extra_subscription_date |date:"d.m.Y" }}
Zukünftige Zusatz-Abos:
{% if not subscription.extrasubscriptions_changed %} {% if subscription.extra_subscriptions.all|length == 0 %} Keine Zusatz-Abos {% else %} {% for extrasubscription in subscription.extra_subscriptions.all %}
  • {{ extrasubscription.type.name }}
  • {% endfor %} {% endif %} {% else %} {% if subscription.future_extra_subscriptions.all|length == 0 %} Keine Zusatz-Abos {% else %} {% for extrasubscription in subscription.future_extra_subscriptions.all %}
  • {{ extrasubscription.type.name }}
  • {% endfor %} {% endif %} {% endif %}
    {% endif %}
    {% endblock %}