{% 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 %}
{% csrf_token %}
{% for godparent in object_list.godparents %} {% endfor %}
{% trans "Gotte/Götti" %} {% trans "Verbleibend" %}
{% include 'jgo/snippets/match_entry.html' with subject=godparent %} {{ godparent.remaining_godchildren }}
{% for godchild in object_list.godchildren %} {% endfor %}
{% trans "Neumitglied" %} {% trans "Notizen" %}
{% include 'jgo/snippets/match_entry.html' with subject=godchild %} {{ godchild.notes }}
{% endblock %} {% block datatable_constructor %} {{ block.super }} $("#filter-table-godparents").DataTable(config) {% endblock %}