X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/c82303f184e8d139817ca963c81a63e4c442f9b9..7e6d14043e3e2dce8e3fdcef0b0fc649680b07b3:/wolnelektury/templates/catalogue/book_sets.html diff --git a/wolnelektury/templates/catalogue/book_sets.html b/wolnelektury/templates/catalogue/book_sets.html index 0765c8bfb..f151650d1 100644 --- a/wolnelektury/templates/catalogue/book_sets.html +++ b/wolnelektury/templates/catalogue/book_sets.html @@ -1,17 +1,18 @@ -

Wrzuć lekturę na półki

+{% load i18n %} +

{% trans "Put a book on the shelf!" %}

+{% trans "Create new shelf" %} +
+
    +
  1. {{ new_set_form.name }}
  2. +
+
{% if not user.tag_set.count %} -

Nie posiadasz żadnych półek. Jeśli chcesz, możesz utworzyć nową półkę poniżej.

+

{% trans "You do not have any shelves. You can create one below, if you want to."%}

{% else %} -
+
  1. {{ form.set_ids }}
  2. -
  3. +
{% endif %} -
-
-
    -
  1. {{ new_set_form.name }}
  2. -
-
\ No newline at end of file