X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/cfc1eb85823b39e0f767909ccd3a9709a5fd0ec2..ec5b493bff5efa683aadf5f78aa891eff3550156:/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 f1ed46f5..8e254363 100755 --- a/apps/catalogue/templates/catalogue/book_list/book_list.html +++ b/apps/catalogue/templates/catalogue/book_list/book_list.html @@ -2,7 +2,7 @@ {% load pagination_tags %} -
+ {% if not viewed_user %} @@ -10,6 +10,7 @@ {% endif %} +
@@ -47,6 +48,8 @@ {% endif %}value="{{ user.username }}">{{ user.first_name }} {{ user.last_name }} ({{ user.count }}) {% endfor %} + {% else %} + {% endif %} + + {% with cnt=books|length %} @@ -72,7 +85,7 @@ {% endif %} {% endwith %} {% endfor %} - + {% paginate %} {% blocktrans count c=cnt %}{{c}} book{% plural %}{{c}} books{% endblocktrans %} @@ -82,11 +95,21 @@

{% trans "No books found." %}

{% endif %} - +