{% extends "cf/public_access_wrapper.html" %} {% load juntagrico.config %} {% block page_title %}

Deine Patenschaften

{% endblock %} {% block content %} {% if contributions.count > 0 %} {% for m in contributions %} {% endfor %}
Projekt Bezeichnung Betrag Eingegangen am Bezahlt am
{{ m.fundable.funding_project.title }} {{ m.fundable.name }} {{ m.contribution }} {% config "currency" %} {{ m.date_ordered }} {{ m.date_paid | default_if_none:"Ausstehend" }}
{% else %}
Du hast noch keine Projekte unterstützt.
Zu den Projekten
{% endif %} {% endblock %}