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">
20 <div class="funding-details-intro">
22 <img src="{{ object.cover.url }}" class="funding-cover"/>
24 <div class="normal-text">
25 {{ object.description|safe }}
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>
34 {% if object.is_current %}
35 <div class="normal-text">
36 <h3>{% trans "Support the publication" %}</h3>
37 <form action="" method="post">
42 <button type="submit" style="border: none; background: none; cursor: pointer">
43 <img alt="{% trans 'Donate!' %}" src="http://static.payu.com/pl/standard/partners/buttons/payu_account_button_01.png" />
50 {% url 'funding_current' object.slug as current %}
51 <p class="normal-text">{% trans "Tell your friends!" %}</p>
52 <p class="share">{% share current _("Support Wolne Lektury!") "big" %}</p>
55 <p class="normal-text"><a href="{% url 'funding' %}">{% trans "See all fundraisers." %}</a></p>
60 <h2>{% trans "Supporters" %}:</h2>
62 <div class="white-box normal-text">
63 {% with object.funding_payed.all as fundings %}
65 <table class="wlfund">
66 {% autopaginate fundings 10 %}
67 {% for funding in fundings %}
68 <tr class="funding-plus">
69 <td><div>{{ funding.payed_at.date }}</div></td>
74 <em>{% trans "Anonymous" %}</em>
77 <td><div>{{ funding.amount }} zł</div></td>
79 {% for perk in funding.perks.all %}
80 {{ perk.name }}{% if not forloop.last %},{% endif %}