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

{% blocktrans %}Neumitglieder ohne passende*n Gotte & Götti{% endblocktrans %}

{% endblock %} {% block list %} {% if form_result == "success" %}
{% trans "Neumitglied und Gotte/Götti wurden vermittelt." %}
{% endif %}
{% csrf_token %}
{% for godparent in management_list.godparents %} {% endfor %}
{% trans "Gotte/Götti" %} {% trans "Verbleibend" %} {% trans "E-Mail" %}
{% include 'jgo/snippets/match_entry.html' with subject=godparent %} {{ godparent.remaining_godchildren }}
{% for godchild in management_list.godchildren %} {% endfor %}
{% trans "Neumitglied" %} {% trans "Notizen" %} {% trans "E-Mail" %}
{% include 'jgo/snippets/match_entry.html' with subject=godchild %} {{ godchild.notes }}
{% endblock %} {% block scripts %} {{ block.super }} {% endblock %}