{% extends "base.html" %} {% load url from future %} {% load i18n %} {% load funding_tags %} {% load pagination_tags %} {% load fnp_share %} {% block titleextra %}{{ object }}{% endblock %} {% block metadescription %}Wesprzyj kolejną publikację Wolnych Lektur!{% endblock %} {% block body %}

{{ object }}

{% funding object show_title=False %}
{% if object.cover %} {% endif %}

{% trans "Help free the book!" %}

{{ object.description|safe }} {% offer_status object %} {% offer_status_more object %}

{% trans "Learn more" %}.

{% if object.is_current %}

{% trans "Support the publication" %}

{% csrf_token %} {{ form.as_table }}
{% url 'funding_current' object.slug as current %}

{% trans "Tell your friends!" %}

{% share current _("Support Wolne Lektury!") "big" %}

{% endif %}

{% trans "See all fundraisers." %}

{% trans "Supporters" %}:

{% with object.funding_payed.all as fundings %} {% autopaginate fundings 10 %} {% for funding in fundings %} {% endfor %}
{{ funding.payed_at.date }}
{% if funding.name %} {{ funding.name }} {% else %} {% trans "Anonymous" %} {% endif %}
{{ funding.amount }} zł
{% for perk in funding.perks.all %} {{ perk.name }}{% if not forloop.last %},{% endif %} {% endfor %} 
{% paginate %} {% endwith %}
{% endblock %}