X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/6280673f35e13e75e81c5b7821bd2a44a1831eab..357027375ff8867f42ca34bcbfb5a78b5b185fc3:/src/picture/templates/picture/picture_short.html diff --git a/src/picture/templates/picture/picture_short.html b/src/picture/templates/picture/picture_short.html new file mode 100644 index 000000000..1bd70a11b --- /dev/null +++ b/src/picture/templates/picture/picture_short.html @@ -0,0 +1,84 @@ +{% load i18n %} +{% load thumbnail %} +{% load catalogue_tags social_tags %} +{% load picture_tags %} +
+
+ +
+ +
+
+ {% for tag in tags.author %} + {{ tag }}{% if not forloop.last %}, + {% endif %}{% endfor %} +
+ +
+ + + +
+ {% block picture-view %} + {% if main_link %}{% endif %} + {% thumbnail picture.image_file "216x288" crop="center" as thumb %} + + {% endthumbnail %} + {% if main_link %}{% endif %} + {% endblock %} + {# what about licensing icons here #} +
+ +
+ {% spaceless %} + + + {% trans "Epoch" %}:  + {% for tag in tags.epoch %} + {{ tag }} + {% if not forloop.last %}, {% endif %} + {% endfor %} + + + + {% trans "Kind" %}:  + {% for tag in tags.kind %} + {{ tag }} + {% if not forloop.last %}, {% endif %} + {% endfor %} + + + + {% trans "Genre" %}:  + {% for tag in tags.genre %} + {{ tag }} + {% if not forloop.last %}, {% endif %} + {% endfor %} + + + {% block extra_categories %} + {% endblock %} + + {% endspaceless %} +
+
+ + {% block book-box-extra-info %}{% endblock %} + {% block box-append %} + {% endblock %} + {% block right-column %} + {% endblock %} +
+
+