{% extends 'base.html' %} {% load i18n %} {% load chunks %} {% load thumbnail %} {% load fundings from funding_tags %} {% block settings %} {% load title %} {% title object %} {% endblock %} {% block breadcrumbs %} {% trans "Zbiórki" %} {{ object }} {% endblock %} {% block main %} {{ object.detail_bar }}

{{ object }}

{% if object.cover %} {% thumbnail object.cover '320x1000' as th %} {% endthumbnail %} {% endif %}

{% trans "Pomóż uwolnić książkę!" %}

{{ object.description|safe }}
{% if object.is_current %}
{{ form.as_p }} {{ form.data_processing }}
{% else %} {{ object.status }} {{ object.status_more }} {% endif %}

{% trans "Wpłaty" %}

{% fundings object %}
{# 1% #} {# share? #} {% endblock %}