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

{{ title }}

{% endblock %} {% block management_cmd %} {% include 'management_lists/snippets/email_sender.html' %} {% endblock %} {% block list %} {% for member in members %} {% with sub=member.current_subscriptionmembership.0 %} {% endwith %} {% endfor %}
{% trans "Name" %} {% trans "Tätigkeitsbereiche" %} {% vocabulary "depot" %} {% trans "Email" %} {% trans "Telefon" %} {% trans "Mobile" %} {% vocabulary "subscription" %}
{% trans "Name" %} {% trans "Tätigkeitsbereiche" %} {% vocabulary "depot" %} {% trans "Email" %} {% trans "Telefon" %} {% trans "Mobile" %} {% vocabulary "subscription" %}
{% impersonate_start request member %} {{ member.get_name }} {% for area in member.areas.all %} {{ area.name }}, {% empty %} -Kein Tätigkeitsbereich- {% endfor %} {% if sub %} {{ sub.depot_name }} {% else %} Kein {% vocabulary "depot" %} {% endif %} {{ member.phone }} {{ member.mobile_phone }} {% if sub %} {{ sub.subscription.size }} {% else %} Kein {% vocabulary "subscription" %} {% endif %}
{% endblock %}