3 {% if offer.is_current %}
 
   5         <p class="normal-text">
 
   6             {% blocktrans with due=offer.due end=offer.end %}The fundraiser
 
   7             ends on {{ end }}. The book will be published by {{ due }}.{% endblocktrans %}
 
  10     <p class="normal-text">
 
  11         {% blocktrans with due=offer.due end=offer.end %}If the target is met
 
  12         by {{ end }}, this book will be published by {{ due }}.{% endblocktrans %}
 
  17         <p class="normal-text">
 
  18             {% trans "Full amount was successfully raised!" %}
 
  21         <p class="normal-text">
 
  22             {% trans "The amount needed was not raised." %}