{% extends "documents/base.html" %} {% load i18n %} {% load pagination_tags %} {% block titleextra %}{% trans "Catalogue" %}{% endblock %} {% block content %}

{{ book }}

{% with is_published=book.is_published %} {% if is_published %} {% endif %} {% if is_published %} {% endif %} {% endwith %} {% for author in book.authors.all %} {% endfor %} {% for author in book.translator_set.all %} {% endfor %}
{{ author }} {{ author.pd_year|default_if_none:"-" }} {{ author.wikidata_link }} {{ author.get_priority_display }}
{{ author }} {{ author.pd_year|default_if_none:"-" }} {{ author.wikidata_link }} {{ author.get_priority_display }}
  {{ book.title }} {{ book.pd_year|default_if_none:"-" }} {{ book.wikidata_link }} {{ book.get_priorty_display }}
Tekst
{% for b in book.document_books.all %} {{ b }} {% empty %} Brak tekstu. Jeśli masz źródło ze skanami, utwórz z niego tekst niżej. {% endfor %}
Audio
{% with audio=book.audio_status.items %} {% if audio %} {% for s in audio %} {% endfor %}
{{ s.part }}{{ s.youtube_status }}
{% endif %} {% endwith %}
Źródło
{% for bs in book.booksource_set.all %} {{ bs.source }} {% if bs.page_start or bs.page_end %} ({{ bs.page_start }}—{{ bs.page_end }}) {% else %} (całość) {% endif %}
{% csrf_token %}
{% empty %} Brak źródła. Możesz je dodać. {% endfor %}
{% endblock content %}