{% load i18n %}
{% load juntagrico.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 %}
{% include "juntagrico/snippets/subscription/recipients.html" %}
{% else %}
{% trans "Kein Spitzname gewählt. Alle Namen werden angezeigt." %}
{% endif %}