5 class="funding {{ add_class }}"
6 style="background-size: {{ percentage|stringformat:'.2f' }}% 1px;"
7 {% if link %}href="{{ offer.get_absolute_url }}"{% endif %}
10 {% trans "Support a book:" %}
13 <span style="float:right">
14 <span style="display:inline-block;margin-right: 1.5em;">{% trans "missing" %}: <em>{{ missing }} zł</em></span>
15 <span style="display:inline-block;margin-right: 1.5em;">{% trans "collected" %}: <em>{{ sum }} </em></span>
17 <span style="display:inline-block;margin-right: 0em;">{% trans "until fundraiser end" %}:
18 <strong class="countdown inline mono" data-until='{{ offer.end|date_to_utc:True|utc_for_js }}'></strong>
22 <div style="clear:both"></div>