{% extends "base.html" %} {% load config %} {% block page_title %}

Alle {% vocabulary "member_pl" %} im Überblick

{% endblock %} {% block content %}
{% csrf_token %} {% if can_send_mails %} {% endif %}
{% if show_core %}{% endif %} {% if show_core %}{% endif %} {% for member in members %} {% if show_core %}{% endif %} {% endfor %}
Name {% vocabulary "assignment_pl" %}{% vocabulary "assignment_pl" %} KernbereichTaetigkeitsbereiche {% vocabulary "depot" %} Email Telefon Mobile Abo
Name {% vocabulary "assignment_pl" %}{% vocabulary "assignment_pl" %} KernbereichTaetigkeitsbereiche {% vocabulary "depot" %} Email Telefon Mobile Abo
{% if operation_group %} {% endif %} {{ member.first_name }} {{ member.last_name }} {% if operation_group %} {% endif %} {{ member.assignment_count }}{{ member.core_assignment_count }} {% for area in member.areas.all %} {{ area.name }}, {% empty %} -Kein Tätigkeitsbereich- {% endfor %} {{ member.subscription.depot.name }} {{ member.phone }} {{ member.mobile_phone }} {% if member.subscription != None and member.subscription.active %} {{ member.subscription.overview }} {% else %} Kein {% vocabulary "subscription" %} {% endif %}


{% endblock %} {% block scripts %} {% endblock %}