X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/d7ff0fd306041461ff3f98d3709113f333756e5b..d628f5cb02cf0e7e69356a1eaf146daa76d50604:/wolnelektury/templates/catalogue/inline_tag_list.html diff --git a/wolnelektury/templates/catalogue/inline_tag_list.html b/wolnelektury/templates/catalogue/inline_tag_list.html new file mode 100755 index 000000000..d42f3f945 --- /dev/null +++ b/wolnelektury/templates/catalogue/inline_tag_list.html @@ -0,0 +1,9 @@ +{% load i18n %} +{% load catalogue_tags %} +{% if one_tag %} + {% trans "See full category" %} {{ one_tag }} +{% else %} + {% for tag in tags %} + {{ tag }} ({{ tag.book_count }}) + {% endfor %} +{% endif %}