{% endblock %}
{% block content %}
{% vocabulary "depot" as v_depot %}
{% vocabulary "subscription" as v_subscription %}
{% trans "Welchen Teil möchtest du ändern?" %}
{% vocabulary "depot" %}
{% trans "Du bist umgezogen oder möchtest aus einem anderen Grund wechseln?" %} {% trans "Du kannst jederzeit wechseln - die Änderung wird sobald aktiv von uns kommuniziert." %}
{% trans "Aktuell" %}:
{{ subscription.depot.name }}
{% blocktrans trimmed with ncd=next_cancel_date|date:"F" nby=next_business_year|date:"F" %}
Die {{ v_subscription }}-Grösse (auch die Kündigung) kann in der Regel nur jährlich geändert
werden
und muss bis spätestens Ende {{ ncd }} gemacht werden,
damit die Änderung auf Anfang {{ nby }} in Kraft tritt.
{% endblocktrans %}
{% trans "Nächstmögliches Datum" %}:
{{ next_business_year |date:"d.m.Y" }}
{% trans "Zukünftige Grösse" %}:
{{ subscription.future_size_name }}
{% trans "Grösse ändern" %}
{% if not change_size %}
{% blocktrans trimmed with nby=next_business_year|date:"F" ncd=next_cancel_date|date:"F" %}
nur {{ nby }}-{{ ncd }} möglich
{% endblocktrans %}
{% endif %}
{% if has_extra_subscriptions %}
{% trans "Zusatz-Abos" %}
{% trans "Zusatz-Abos können nur mit einer Frist von mind. einem Monat geändert werden für die betreffende Verechnungsperiode." %}
{% config "extra_sub_info" as extra_sub_info %}
{% if extra_sub_info.strip %}
{% trans "Weitere Infos zu den Zusatzabos" %}
{% endif %}
{% trans "Nächstmögliches Datum" %}:
{{ next_extra_subscription_date |date:"d.m.Y" }}
{% trans "Zukünftige Zusatz-Abos" %}:
{% if not subscription.extrasubscriptions_changed %}
{% if subscription.extra_subscriptions.all|length == 0 %}
{% trans "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 %}
{% trans "Keine Zusatz-Abos" %}
{% else %}
{% for extrasubscription in subscription.future_extra_subscriptions.all %}