X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/e977f7187b10b1bc0a30794cd585c6b840568996..fbb8f42993d02108b506028dc85466a0541be359:/src/documents/templates/documents/book_detail.html diff --git a/src/documents/templates/documents/book_detail.html b/src/documents/templates/documents/book_detail.html index 3dbaf213..2d587349 100644 --- a/src/documents/templates/documents/book_detail.html +++ b/src/documents/templates/documents/book_detail.html @@ -1,6 +1,8 @@ {% extends "documents/base.html" %} {% load book_list i18n %} {% load bootstrap4 %} +{% load depot %} +{% load isbn %} {% block titleextra %}{{ book.title }}{% endblock %} @@ -13,27 +15,40 @@
{% trans "Last published" %}: + {% if book.last_published %} + {{ book.last_published }} + {% else %} + — + {% endif %} +
+ + {% if publishable %} +
+ {% trans "Full XML" %}
+ {% trans "HTML version" %}
+ {% trans "TXT version" %}
+ {% trans "PDF version" %}
+ {% trans "PDF version for mobiles" %}
+ {% trans "EPUB version" %}
+ sprawdź
+ {% trans "MOBI version" %}
+
{% trans "This book can't be published yet, because:" %}
+{% trans "Last published" %}: - {% if book.last_published %} - {{ book.last_published }} - {% else %} - — - {% endif %} -
- -{% if publishable %} -
- {% trans "Full XML" %}
- {% trans "HTML version" %}
- {% trans "TXT version" %}
- {% trans "PDF version" %}
- {% trans "PDF version for mobiles" %}
- {% trans "EPUB version" %}
- {% trans "MOBI version" %}
-
{% trans "This book can't be published yet, because:" %}
-+ {% trans "book" %} + | +{% trans "characters" %} | +{% trans "characters (with footnotes)" %} | +{% trans "words" %} | +{% trans "words (with footnotes)" %} | +{% trans "wiersze (+ inne znaki)" %} | +{% trans "wiersze (+ inne znaki, z przypisami)" %} | +
---|