1 {% extends "base.html" %}
2 {% load url from future %}
4 {% load funding_tags %}
5 {% load pagination_tags %}
9 {% block titleextra %}{{ object }}{% endblock %}
11 {% block metadescription %}Wesprzyj kolejną publikację Wolnych Lektur!{% endblock %}
18 <div class="normal-text">{{ object.description|safe }}</div>
21 <div class="white-box">
22 <div class="normal-text">
23 {% offer_status object %}
24 {% offer_status_more object %}
25 <p><a href="{% url 'infopage' 'wesprzyj' %}">{% trans "Learn more" %}</a>.</p>
29 {% if object.is_current %}
30 <div class="normal-text">
31 <h3>{% trans "Support the publication" %}</h3>
32 <form action="" method="post">
37 <button type="submit" style="border: none; background: none; cursor: pointer">
38 <img alt="{% trans 'Donate!' %}" src="http://static.payu.com/pl/standard/partners/buttons/payu_account_button_01.png" />
45 {% url 'funding_current' object.slug as current %}
46 <p class="normal-text">{% trans "Tell your friends!" %}</p>
47 <p class="share">{% share current _("Support Wolne Lektury!") "big" %}</p>
50 <p class="normal-text"><a href="{% url 'funding' %}">{% trans "See all fundraisers." %}</a></p>
55 <h2>{% trans "Supporters" %}:</h2>
57 <div class="white-box normal-text">
58 {% with object.funding_payed.all as fundings %}
60 <table class="wlfund">
61 {% autopaginate fundings 10 %}
62 {% for funding in fundings %}
63 <tr class="funding-plus">
64 <td><div>{{ funding.payed_at.date }}</div></td>
69 <em>{% trans "Anonymous" %}</em>
72 <td><div>{{ funding.amount }} zł</div></td>
74 {% for perk in funding.perks.all %}
75 {{ perk.name }}{% if not forloop.last %},{% endif %}