{% extends "base.html" %} {% load i18n %} {% load juntagrico.config %} {% block body_extra_classes %}wide-layout{% endblock %} {% block page_title %} {% vocabulary "member_pl" as v_member_pl %}
{% 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" %} |
{% if perms.juntagrico.is_operations_group %} {% endif %} {{ member.first_name }} {{ member.last_name }} {% if perms.juntagrico.is_operations_group %} {% 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.email }} | {{ member.phone }} | {{ member.mobile_phone }} | {% if member.subscription_current != None and member.subscription_current.active %} {{ member.subscription_current.size }} {% else %} Kein {% vocabulary "subscription" %} {% endif %} |