X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/54d2f3a9f5501bfca8ab48544123f2851c6c4085..8132fc186eb0c5fd02c86828c3a4735754296d02:/apps/catalogue/templates/catalogue/book_list/book_list.html diff --git a/apps/catalogue/templates/catalogue/book_list/book_list.html b/apps/catalogue/templates/catalogue/book_list/book_list.html index f8d18d57..e238827b 100755 --- a/apps/catalogue/templates/catalogue/book_list/book_list.html +++ b/apps/catalogue/templates/catalogue/book_list/book_list.html @@ -1,5 +1,6 @@ {% load i18n %} {% load pagination_tags %} +{% load username from common_tags %}
@@ -10,10 +11,13 @@ {% endif %} +
+ + {% else %} @@ -57,6 +61,16 @@ {% endfor %} + + {% with cnt=books|length %} @@ -81,3 +95,20 @@ {% if not books %}

{% trans "No books found." %}

{% endif %} + + +{% csrf_token %} + + + + + + + + +
- {% trans "none" %} - {% for user in users %} + {% endif %}value="{{ user.username }}">{{ user|username }} ({{ user.count }}) {% endfor %}