X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/e9cd7fc641895a7702a8f81fcd11c388dd7d9db7..5116918efc22e206f68fa19529f93c913f98930f:/wolnelektury/templates/picture/picture_short.html diff --git a/wolnelektury/templates/picture/picture_short.html b/wolnelektury/templates/picture/picture_short.html new file mode 100644 index 000000000..1f6a4c0e0 --- /dev/null +++ b/wolnelektury/templates/picture/picture_short.html @@ -0,0 +1,42 @@ +{% load i18n %} +{% load thumbnail %} +
+
+ + {% thumbnail picture.image_file "216x288" as thumb %} + + {% endthumbnail %} + +
+
+
+ {% for author in tags.author %} + {{ author }} + {% endfor %} +
+
{{ picture.title }}
+
+
+ {% spaceless %} + + {% trans "Epoch" %}:  + + {% for tag in tags.epoch %} + {{ tag.name }} + {% endfor %} + + + {% trans "Kind" %}:  + + {% for tag in tags.kind %} + {{ tag.name }} + {% endfor %} + + + {% endspaceless %} +
+
+ +
+