{% extends "management_lists/man_list_base.html" %} {% load i18n %} {% load juntagrico.config %} {% load juntagrico.subscription %} {% block page_title %}

{% trans "Inhalt Änderungsliste" %}

{% endblock %} {% block list %} {% for subscription in management_list %} {% endfor %}
{% vocabulary "subscription" %} {% trans "Kontakt" %} {% trans "Email" %} {% trans "Aktueller Inhalt" %} {% trans "Zukünftiger Inhalt" %}
{{ subscription }} {{ subscription.primary_member.first_name }} {{ subscription.primary_member.last_name }}
{% csrf_token %}
{{ subscription.custom.display_content|join:"
" }}
{{ subscription.custom.display_future_content|join:"
" }}
{% trans "ändern" %}
{% endblock %}