{% load i18n %} {% load time_tags %} {% if offer %} {% if is_current %} {% trans "Support a book:" %} {% endif %} {{ offer }} {% trans "collected" %}: {{ offer.sum }} / {{ offer.target }} zł {% if is_current %} {% trans "until fundraiser end" %}: {% endif %}
{% endif %}