X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/06e460b91c23f11e92bf5ae711a4ed2226d3a0c7..df341bdd09208d2b0f84060454cc0000df19deba:/src/catalogue/templates/catalogue/book_list/book.html diff --git a/src/catalogue/templates/catalogue/book_list/book.html b/src/catalogue/templates/catalogue/book_list/book.html old mode 100755 new mode 100644 index c47e2bcd..189c9322 --- a/src/catalogue/templates/catalogue/book_list/book.html +++ b/src/catalogue/templates/catalogue/book_list/book.html @@ -3,11 +3,11 @@ {% if book.single %} {% with chunk as chunk %} - + - [B] - [c] - 📕 + 📜 + {{ book.title }} {% if chunk.stage %} @@ -16,25 +16,35 @@ {% endif %} {% if chunk.user %}{{ chunk.user|username }}{% endif %} - {% if chunk.published %}P{% endif %} - {% if book.new_publishable %}p{% endif %} - {% if chunk.changed %}+{% endif %} + {% if book.published %} + opubl. + {% endif %} + {% if book.new_publishable %} + do publ. + {% endif %} + {% if chunk.changed %} + zmiany + {% endif %} {{ book.project.name }} {% endwith %} {% else %} - - - [B] - - {{ book.title }} - - - - {% if book.published %}P{% endif %} - {% if book.new_publishable %}p{% endif %} - - {{ book.project.name }} + + + 📕 + + {{ book.title }} + + + + {% if book.published %} + opubl. + {% endif %} + {% if book.new_publishable %} + do publ. + {% endif %} + + {{ book.project.name }} {% endif %}