{% load i18n %} {% load config %} {% vocabulary "depot" as v_depot %} {% vocabulary "subscription" as v_subscription %}
{% trans "Spitzname" %}
{% blocktrans %}Du möchtest einen {{ v_subscription }}-Spitznamen für die {{ v_depot }}-Liste festlegen?{% endblocktrans %}
{% trans "Vorschau" %}:
{% if subscription.nickname %} {{ subscription.recipients_display_name }} {% else %} {% trans "Kein Spitzname gewählt. Alle Namen werden angezeigt." %} {% endif %}
{% blocktrans %}Spitzname ändern{% endblocktrans %}