5 <div class="funding" style="">
6 {% if link and is_current %}
7 <a class="call honking" href="{% url 'funding_current' offer.slug %}">
8 {% trans "Support a book!" %}</a>
10 <div class="description {% if link and is_current %}with-button{% endif %}"
11 style="display: inline-block;">
12 {% if link %}<a href="{% if is_current %}{% url 'funding_current' offer.slug %}{% else %}{{ offer.get_absolute_url }}{% endif %}">{% endif %}
17 style="text-align: center; background-size: {{ percentage|stringformat:'.2f' }}% 1px;"
20 <span class="piece" style="float:left">{% trans "collected" %}: <em>{{ sum }} zł</em></span>
23 <span class="piece" style="float: right">{% trans "missing" %}: <em>{{ missing }} zł</em></span>
26 <span class="piece" style="display:inline-block;margin-right: 0em;">{% trans "until fundraiser end" %}:
27 <span class="countdown inline" data-until='{{ offer.end|date_to_utc:True|utc_for_js }}'></span>
31 <div style="clear: both"></div>
33 {% if link %}</a>{% endif %}