{% load juntagrico.config %} {% load i18n %} {% vocabulary "depot" as v_depot %} {% if subscription.future_depot %}
{% include "juntagrico/my/depot/snippets/change_pending_info.html" %}
{% endif %} {{ subscription.depot.name }}
{% blocktrans %}Name auf der {{ v_depot }}-Liste:{% endblocktrans %} {% include "juntagrico/snippets/subscription/recipients.html" %}
{% if not subscription.inactive %} {% if subscription.primary_member == member %} {% blocktrans %}{{ v_depot }} wechseln{% endblocktrans %} {% blocktrans %}Namen auf der Liste ändern{% endblocktrans %} {% else %} {% blocktrans trimmed %} Nur {{ v_subscription }}-VerwalterIn kann Depot wechseln. {% endblocktrans %} {% endif %} {% endif %}