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

{{ title }}

{% endblock %} {% block content %} {% vocabulary "assignment_pl" as v_assignment_pl %}
{% csrf_token %} {% if can_send_mails or perms.juntagrico.can_send_mails %} {% endif %}
{% for member in members %} {% endfor %}
{% 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 %} {{ member.subscription_current.depot.name }} {% else %} Kein {% vocabulary "depot" %} {% endif %} {{ member.phone }} {{ member.mobile_phone }} {% if member.subscription_current != None %} {{ member.subscription_current.size }} {% else %} Kein {% vocabulary "subscription" %} {% endif %}


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