{% block title %}{{ book.title }} {% trans "on WolneLektury.pl" %}{% endblock %}
+{% block metadescription %}{% book_title book %}. {{ block.super }}{% endblock %}
+
{% block bodyid %}book-detail{% endblock %}
{% block body %}
{% 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 %}