{% extends "jgo/manage/man_list_matcher.html" %} {% load i18n %} {% load juntagrico.config %} {% block page_title %}

{% blocktrans %}Vermittelte Gotte & Göttis{% endblocktrans %}

{% endblock %} {% block list %} {% if removed %}
{% trans "Neumitglied und Gotte/Götti wurden wieder getrennt." %}
{% endif %} {% for possible_match in management_list %} {% with godparent=possible_match.godparent godchild=possible_match.godchild %} {% endwith %} {% endfor %}
{% trans "Status" %} {% trans "Gotte/Götti" %} {% trans "Gleiches Depot" %} {% trans "Neumitglied" %} {% trans "Angemeldet am" %} {% trans "Notizen" %} {% trans "E-Mail" %}
{{ godchild.get_progress_display }} {% include 'jgo/snippets/match_entry.html' with subject=godparent matching_slots=godchild.slots %} {% if possible_match.same_depot %} {% trans "Ja" %} {% else %} {% trans "Nein" %} {% endif %} {% include 'jgo/snippets/match_entry.html' with subject=godchild matching_slots=godparent.slots %} {{ godchild.creation_date }} {{ godchild.notes }} {% trans "Trennen" %}
{% endblock %}