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 {% trans "collected" %}: <em>{{ offer.sum }} / {{ offer.target }} zł</em>
16 <span style="margin-left: 2em;">{% trans "until fundraiser end" %}:
17 <strong class="countdown inline" data-until='{{ offer.end|local_to_utc|utc_for_js }}'></strong>
21 <div style="clear:both"></div>