{% extends "../base.html" %} {% load i18n %} {% load static %} {% load juntagrico.config %} {% load juntagrico.snippets %} {% block page_title %}

{{ title }}

{% endblock %} {% block content %} {% include './snippets/toggle_buttons.html' %} {{ block.super }} {% endblock %} {% block list %} {% block list_head %} {% if not hide_areas %} {% endif %} {% endblock %} {% if not hide_areas %} {% endif %} {% for member in object_list %} {% with subscription=member.subscription_current %} {% block list_entry %} {% if not hide_areas %} {% endif %} {% endblock %} {% endwith %} {% endfor %}
{% trans "Kontakt" %} {% trans "Tätigkeitsbereiche" %} {% vocabulary "subscription" %} {% trans "Inhalt" %} {% vocabulary "depot" %}
{% trans "Kontakt" %} {% trans "Tätigkeitsbereiche" %} {% vocabulary "subscription" %} {% trans "Inhalt" %} {% vocabulary "depot" %}
{% include './snippets/display_linked.html' %} {% for area in member.areas.all %} {{ area.name }}, {% empty %} {% trans "-Kein Tätigkeitsbereich-" %} {% endfor %} {% if subscription %} {% include '../subscription/snippets/display_linked.html' %} {% else %} {% trans "-" %} {% endif %} {% if subscription %} {% for item in subscription.content_strings %}
{{ item }}
{% endfor %} {% else %} {% trans "-" %} {% endif %}
{% if subscription %} {{ subscription.depot_name }} {% else %} {% trans "-" %} {% endif %}
{% endblock %}