{% extends "base.html" %} {% load url from future %} {% load i18n static %} {% load funding_tags %} {% load pagination_tags %} {% load fnp_share %} {% load thumbnail %} {% load build_absolute_uri from fnp_common %} {% block titleextra %}{{ object }}{% endblock %} {% block ogimage %}{{ object.cover.url|build_absolute_uri:request }}{% endblock %} {% block metadescription %}Wesprzyj kolejną publikację Wolnych Lektur!{% endblock %} {% block body %}

{{ object }}

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

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

{{ object.description|safe }} {% offer_status object %} 1%Możesz też przekazać
1% podatku na rozwój biblioteki. →
{% offer_status_more object %}

{% trans "Learn more" %}.

{% if object.is_current %}

{% trans "Support the publication" %}

{{ 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 %}