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

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

{% endblock %} {% block list %} {% if removed %}
{% trans "Patenschaft wurde gelöscht" %}
{% endif %} {% for godchild in management_list %} {% with godparent=godchild.godparent %} {% endwith %} {% endfor %}
{% trans "Gotte/Götti" %} {% trans "Neumitglied" %} {% trans "Angemeldet am" %} {% trans "Notizen" %} {% trans "E-Mail" %}
{% 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 %}