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

{{ object }}

{% if object.cover %} {% thumbnail object.cover '320x1000' as th %} {% endthumbnail %} {% endif %}
{{ object.description|safe }}
{% if object.is_current %}
{{ form.as_p }} {{ form.data_processing }}
{% else %} {{ object.status }} {{ object.status_more }} {% endif %}

{% trans "Supporters" %}

{% fundings object %}
{# pomóż uwolnić #} {# 1% #} {# share? #} {% endblock %}