{% extends "management_lists/man_list_base.html" %} {% load i18n %} {% load juntagrico.config %} {% load juntagrico.common %} {% block page_title %} {% vocabulary "depot_pl" as v_depot_pl %}

{% blocktrans %}{{ v_depot_pl }}-Änderungsliste{% endblocktrans %}

{% endblock %} {% block management_cmd %} {% include 'management_lists/snippets/email_sender.html' %} {% endblock %} {% block list %} {% vocabulary "depot" as v_depot %} {% for subscription in management_list %} {% endfor %}
{% vocabulary "subscription" %} {% trans "Kontakt" %} {% blocktrans %}{{ v_depot }} Bisher{% endblocktrans %} {% blocktrans %}{{ v_depot }} Neu{% endblocktrans %} {% trans "E-Mail" %} {% trans "Notizen" %}
{{ subscription.primary_member }} {{ subscription.depot }} {{ subscription.future_depot }} {% trans "Ändern" %} {{ subscription.notes }}
{% endblock %}