{% load juntagrico.config %} {% load i18n %} {{ subject.member }}
{{ subject.member.email }}
{{ subject.member.mobile_phone|default:subject.member.phone }}
{{ subject.languages }}
{% include "jgo/snippets/slot_grid.html" with slots=subject.slots %}
{% trans "Kinder:" %} {% if subject.children %}Ja{% else %}Nein/Egal{% endif %}
{% vocabulary "depot" %}: {{ subject.depot.name|default:'-' }}
{% if subject.member.areas.count %} {% trans "Tätigkeitsbereiche" %}: {% endif %} {% if subject.talents %}
{% trans "Interessen & Begabungen" %}: {{ subject.talents }}
{% endif %} {% if subject.comments %}
{% trans "Bemerkungen" %}: {{ subject.comments }}
{% endif %}