{% extends "base.html" %} {% load i18n %} {% load static %} {% load juntagrico.config %} {% load juntagrico.snippets %} {% 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" %} |
{% 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.email }} | {{ member.phone }} | {{ member.mobile_phone }} | {% if sub %} {{ sub.subscription.size }} {% else %} Kein {% vocabulary "subscription" %} {% endif %} |