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

{% blocktrans %}Abgeschlossene Patenschaften{% endblocktrans %}

{% endblock %} {% block list %} {% for godchild in object_list %} {% with godparent=godchild.godparent %} {% endwith %} {% endfor %}
{% trans "Gotte/Götti" %} {% trans "Neumitglied" %} {% trans "Angemeldet am" %} {% trans "Notizen" %}
{% include 'jgo/snippets/match_entry.html' with subject=godparent matching_slots=godchild.slots %} {% include 'jgo/snippets/match_entry.html' with subject=godchild matching_slots=godparent.slots %} {{ godchild.creation_date }} {{ godchild.notes }}
{% endblock %}