X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/2d538a50605add2666172861744229599487f1b2..91a20d3c82e0edcd883148b14df90b56a38ba2b2:/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 a2dea020..a286302f 100644 --- a/src/documents/templates/documents/book_detail.html +++ b/src/documents/templates/documents/book_detail.html @@ -2,6 +2,7 @@ {% load book_list i18n %} {% load bootstrap4 %} {% load depot %} +{% load isbn %} {% block titleextra %}{{ book.title }}{% endblock %} @@ -125,6 +126,8 @@ {% trans "MOBI version" %}

+ {% isbn_status book %} + {% if user.is_authenticated %} + {% endif %} {% endwith %} {% endfor %} @@ -200,7 +203,7 @@ - {% if doc %} + {% if stats %}

{% trans "Statistics" %}

@@ -221,9 +224,7 @@ - {% with stats=doc.get_statistics %} - {% include 'documents/book_stats.html' with book=doc stats=stats depth=0 %} - {% endwith %} + {% include 'documents/book_stats.html' with book=doc stats=stats depth=0 %}