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>
20 {% funding object show_title=False %}
21 <div class="white-box">
23 <img src="{{ object.cover.url }}" class="funding-cover"/>
25 <div class="normal-text">
26 {% offer_status object %}
27 {% offer_status_more object %}
28 <p><a href="{% url 'infopage' 'wesprzyj' %}">{% trans "Learn more" %}</a>.</p>
31 <div style="clear:both;"></div>
33 {% if object.is_current %}
34 <div class="normal-text">
35 <h3>{% trans "Support the publication" %}</h3>
36 <form action="" method="post">
41 <button type="submit" style="border: none; background: none; cursor: pointer">
42 <img alt="{% trans 'Donate!' %}" src="http://static.payu.com/pl/standard/partners/buttons/payu_account_button_01.png" />
49 {% url 'funding_current' object.slug as current %}
50 <p class="normal-text">{% trans "Tell your friends!" %}</p>
51 <p class="share">{% share current _("Support Wolne Lektury!") "big" %}</p>
54 <p class="normal-text"><a href="{% url 'funding' %}">{% trans "See all fundraisers." %}</a></p>
59 <h2>{% trans "Supporters" %}:</h2>
61 <div class="white-box normal-text">
62 {% with object.funding_payed.all as fundings %}
64 <table class="wlfund">
65 {% autopaginate fundings 10 %}
66 {% for funding in fundings %}
67 <tr class="funding-plus">
68 <td><div>{{ funding.payed_at.date }}</div></td>
73 <em>{% trans "Anonymous" %}</em>
76 <td><div>{{ funding.amount }} zł</div></td>
78 {% for perk in funding.perks.all %}
79 {{ perk.name }}{% if not forloop.last %},{% endif %}