{% extends "base.html" %} {% load i18n %} {% load config %} {% block page_title %} {% vocabulary "member_pl" as v_member_pl %}
{% trans "Name" %} | {% vocabulary "assignment_pl" %} | {% if show_core %}{% blocktrans %}{{ v_assignment_pl }} Kernbereich{% endblocktrans %} | {% endif %}{% trans "Taetigkeitsbereiche" %} | {% vocabulary "depot" %} | {% trans "Email" %} | {% trans "Telefon" %} | {% trans "Mobile" %} | {% trans "Abo" %} |
---|---|---|---|---|---|---|---|---|
{% trans "Name" %} | {% vocabulary "assignment_pl" %} | {% if show_core %}{% blocktrans %}{{ v_assignment_pl }} Kernbereich{% endblocktrans %} | {% endif %}{% trans "Taetigkeitsbereiche" %} | {% vocabulary "depot" %} | {% trans "Email" %} | {% trans "Telefon" %} | {% trans "Mobile" %} | {% trans "Abo" %} |
{% 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 show_core %}{% 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 %} | {% endif %}{% for area in member.areas.all %} {{ area.name }}, {% empty %} -Kein Tätigkeitsbereich- {% endfor %} | {{ member.subscription.depot.name }} | {{ member.email }} | {{ member.phone }} | {{ member.mobile_phone }} | {% if member.subscription != None and member.subscription.active %} {{ member.subscription.overview }} {% else %} Kein {% vocabulary "subscription" %} {% endif %} |