{% extends "base.html" %} {% load i18n %} {% load config %} {% block body_extra_classes %}wide-layout{% endblock %} {% block page_title %} {% vocabulary "member_pl" as v_member_pl %}

{% blocktrans %}Alle {{ v_member_pl }} im Überblick{% endblocktrans %}

{% endblock %} {% block content %} {% vocabulary "assignment_pl" as v_assignment_pl %}
{% csrf_token %} {% if can_send_mails %} {% endif %}
{% if show_core %} {% endif %} {% if show_core %} {% endif %} {% for member in members %} {% if show_core %} {% endif %} {% endfor %}
{% trans "Name" %} {% vocabulary "assignment_pl" %} {% blocktrans %}{{ v_assignment_pl }} Kernbereich{% endblocktrans %} {% trans "Taetigkeitsbereiche" %} {% vocabulary "depot" %} {% trans "Email" %} {% trans "Telefon" %} {% trans "Mobile" %} {% vocabulary "subscription" %}
{% trans "Name" %} {% vocabulary "assignment_pl" %} {% blocktrans %}{{ v_assignment_pl }} Kernbereich{% endblocktrans %} {% trans "Taetigkeitsbereiche" %} {% vocabulary "depot" %} {% trans "Email" %} {% trans "Telefon" %} {% trans "Mobile" %} {% vocabulary "subscription" %}
{% if operation_group %} {% endif %} {{ member.first_name }} {{ member.last_name }} {% if operation_group %} {% endif %} {% if member.assignment_count %} N%-{% if member.assignment_count >= 1 and member.assignment_count < 10 %}0{% endif %}{{ member.assignment_count|floatformat }} {% else %} N%-0 {% endif %} {% if member.core_assignment_count %} C%-{% if member.core_assignment_count >= 1 and member.core_assignment_count < 10 %}0{% endif %}{{ member.core_assignment_count|floatformat }} {% else %} C%-0 {% endif %} {% for area in member.areas.all %} {{ area.name }}, {% empty %} -Kein Tätigkeitsbereich- {% endfor %} {% if member.subscription_current != None and member.subscription_current.active %} {{ member.subscription_current.depot.name }} {% else %} Kein {% vocabulary "depot" %} {% endif %} {{ member.phone }} {{ member.mobile_phone }} {% if member.subscription_current != None and member.subscription_current.active %} {{ member.subscription_current.overview }} {% else %} Kein {% vocabulary "subscription" %} {% endif %}


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