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

{{ fundable.name }}

{% endblock %} {% block content %}
← Zur Übersicht

{{ fundable.description }}
Preis/Einheit: {{ fundable.price }} {% config "currency" %}
Finanziert: {{ fundable.funded_ratio|floatformat:0 }}%
{% if not fundable.is_funded %}

Ermöglichen

{% csrf_token %}
{{ fundForm.quantity }} {% if fundForm.quantity.errors %} Ungültige Eingabe {% endif %}
{{ fundForm.sponsor }} {{ fundable.funding_project.vocabulary_whoIsSponsor|default:"Einen oder mehrere Vornamen auf welche die Patenschaft lauten soll. Ein leeres Feld bedeutet eine anonyme Patenschaft." }} {% if fundForm.sponsor.errors %} Ungültige Eingabe {% endif %}
{{ fundForm.message }} Optional: Müssen wir bei deiner Bestellung etwas besonderes beachten? {% if fundForm.message.errors %} Ungültige Eingabe {% endif %}
{{ fundForm.fundable }}
{% else %} Diese Einheit ist bereits vollständig finanziert. Danke an alle Unterstützer.
← Etwas anderes unterstützen

{% endif %} {% endblock %}