{% load static from staticfiles %} {% load i18n pipeline %} {% load catalogue_tags %} {% load thumbnail %} {% load piwik_tags %} {% trans "Wolne Lektury" %} :: {{ book.title }} - {{ audiobook }} {% stylesheet "all" %} {% stylesheet "player" %} {% if book.cover_thumb %} Cover {% endif %}

{% book_title book %}

{% trans "Book's page" %}.

{% trans "Download as" %} {% download_audio book False %}.

{% if book.has_daisy_file %}

DAISY:

{% endif %}
{% include "catalogue/snippets/jplayer.html" %} {% if projects|length > 1 %}

{% trans "Audiobooks were prepared as a part of the projects:" %}

{% else %}

{% with cs=projects.0.0 fb=projects.0.1 %} {% 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 %}

{% endif %} {% javascript "player" %} {% tracking_code %}