{% extends "base/base.html" %} {% load url from future %} {% load i18n static %} {% load pagination_tags %} {% load fnp_share %} {% load thumbnail %} {% load build_absolute_uri from fnp_common %} {% load ssi_include from ssify %} {% 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 }}

{% ssi_include 'funding_detail_bar' pk=object.pk %}
{% if object.cover %} Cover {% endif %}

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

{{ object.description|safe }} {% ssi_include 'funding_status' pk=object.pk %} 1%Możesz też przekazać
1% podatku na rozwój biblioteki. →
{% ssi_include 'funding_status_more' pk=object.pk %}

{% trans "Learn more" %}.

{% if object.is_current %}

{% trans "Support the publication" %}

{# FIXME after upgrade to django 1.9 use field_order #} {% for field in form %} {% if field.name != 'agree_newsletter' %} {% endif %} {% endfor %}
{{ field.label }} {{ field.errors }}{{ field }} {% if field.help_text %}
{{ field.help_text }} {% endif %}

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

{% trans "Tell your friends!" %}

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

{% endif %}

{% trans "See all fundraisers." %}

{% trans "Supporters" %}:

{% ssi_include 'funding_fundings' pk=object.pk page=page %}
{% endblock %}