X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/2277b557ee1f827c664bdb3a2b426ea71760c4d0..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 35537684..e238827b 100755 --- a/apps/catalogue/templates/catalogue/book_list/book_list.html +++ b/apps/catalogue/templates/catalogue/book_list/book_list.html @@ -1,8 +1,9 @@ {% load i18n %} {% load pagination_tags %} +{% load username from common_tags %} -
+ {% if not viewed_user %} @@ -45,9 +46,11 @@ {% endif %}value="-">- {% trans "none" %} - {% for user in users %} + {% endif %}value="{{ user.username }}">{{ user|username }} ({{ user.count }}) {% endfor %} + {% else %} + {% endif %} - + - - - + +
-