5 <div class="funding {{ add_class }}" data-offer-id="{{offer.id}}" style="">
6 {% if closeable %}<a href="#" class="close">X</a>{% endif %}
7 {% if link and is_current %}
8 <div class="call-area">
9 <a class="call honking" href="{% url 'funding_current' offer.slug %}">
10 {% trans "Support!" %}</a>
11 <div class="learn-more">
12 <a href="{% url 'infopage' 'wesprzyj' %}">{% trans "Learn more" %}</a>
16 <div class="description {% if link and is_current %}with-button{% endif %}">
17 {% if link %}<a href="{% if is_current %}{% url 'funding_current' offer.slug %}{% else %}{{ offer.get_absolute_url }}{% endif %}">{% endif %}
19 {% if is_current and show_title_calling %}<strong style="margin-right: .6em;">{% trans "Help free the book!" %}</strong>{% endif %}
20 <span class="funding-title{% if not is_current %}-strong{% endif %}">{{ offer }}</span>
24 style="text-align: center; background-size: {{ percentage|stringformat:'.2f' }}% 1px;"
27 <span class="piece" style="float:left">{% trans "collected" %}: {{ sum }} zł</span>
30 <span class="piece" style="float: right">{% trans "needed" %}: {{ offer.target }} zł</span>
33 <span class="piece" style="display:inline-block;margin-right: 0em;">{% trans "until fundraiser end" %}:
34 <span class="countdown inline" data-until='{{ offer.end|date_to_utc:True|utc_for_js }}'></span>
37 <div style="clear: both"></div>
40 {% if link %}</a>{% endif %}
42 <div style="clear: both"></div>
45 <div class="funding-handle">{% trans "Help free the book!" %}</div>