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