</ul>
{% else %}
<p>
- {% with cs=projects.0.0 fb=projects.0.1 %}
+ {% with projects.0.0 as cs %}
+ {% with projects.0.1 as fb %}
{% if fb %}
{% blocktrans %}Audiobooks were prepared as a part of the {{ cs }} project funded by {{ fb }}.{% endblocktrans %}
{% else %}
{% blocktrans %}Audiobooks were prepared as a part of the {{ cs }} project.{% endblocktrans %}
{% endif %}
{% endwith %}
+ {% endwith %}
</p>
{% endif %}
{% endif %}
{% if extra_info.source_url %}
<li><a href="{{ extra_info.source_url }}">{% trans "Source of the book" %}</a></li>
{% endif %}
+ {% if extra_info.about %}
+ <li><a href="{{ extra_info.about }}">{% trans "Book on the Editor's Platform" %}</a></li>
+ {% endif %}
{% if book.gazeta_link %}
<li><a href="{{ book.gazeta_link }}">{% trans "Book description on Lektury.Gazeta.pl" %}</a></li>
{% endif %}