{% extends "base.html" %} {% load url from future %} {% load i18n %} {% load funding_tags %} {% block titleextra %}{{ object }}{% endblock %} {% block body %}

{{ object }}

{% funding object %} {% offer_detail_head object %} {% if object.state == 'running' %}

{% trans "Support" %}

{% csrf_token %} {{ form.as_table }}
{% endif %}

Zobacz wszystkie zbiórki.

{% trans "Supporters" %}:

{% for funding in object.funding_set.all %} {% endfor %}
{{ funding.payed_at.date }}
{% if funding.anonymous %} {% trans "Anonymous" %} {% else %} {{ funding.name }} {% endif %}
+{{ funding.amount }} zł
{% for perk in funding.perks.all %} {{ perk.name }}{% if not forloop.last %},{% endif %} {% endfor %} 
{% endblock %}