5 <div class="funding {{ add_class }}" style="">
6 {% if link and is_current %}
7 <div style="float:left; padding-right: .6em;">
8 <a class="call honking" href="{% url 'funding_current' offer.slug %}">
9 {% trans "Support!" %}</a>
10 <div style="text-align: center; margin: auto;">
11 <a href="{% url 'infopage' 'wesprzyj' %}">{% trans "Learn more" %}</a>
15 <div class="description {% if link and is_current %}with-button{% endif %}"
16 style="display: inline-block;">
17 {% if link %}<a href="{% if is_current %}{% url 'funding_current' offer.slug %}{% else %}{{ offer.get_absolute_url }}{% endif %}">{% endif %}
18 {% if is_current %}<strong style="">{% trans "Help free the book!" %}</strong>{% endif %}
19 <span class="funding-title{% if not is_current %}-strong{% endif %}">{{ offer }}</span>
22 style="text-align: center; background-size: {{ percentage|stringformat:'.2f' }}% 1px;"
25 <span class="piece" style="float:left">{% trans "missing" %}: {{ missing }} zł</span>
28 <span class="piece" style="float: right">{% trans "collected" %}: {{ sum }} zł</span>
31 <span class="piece" style="display:inline-block;margin-right: 0em;">{% trans "until fundraiser end" %}:
32 <span class="countdown inline" data-until='{{ offer.end|date_to_utc:True|utc_for_js }}'></span>
36 <div style="clear: both"></div>
38 {% if link %}</a>{% endif %}
40 <div style="clear: both"></div>