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