X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/892198abd0775399c80104d6ee16aa0f1092045d..b7f60fe7a944bbd0582896684fa09e02600a012d:/apps/picture/templates/picture/picture_short.html diff --git a/apps/picture/templates/picture/picture_short.html b/apps/picture/templates/picture/picture_short.html index e7bbdd881..881dcfe21 100644 --- a/apps/picture/templates/picture/picture_short.html +++ b/apps/picture/templates/picture/picture_short.html @@ -2,70 +2,73 @@ {% 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 #}
-
- -
-
- {% for author in tags.author %} - {{ author }}{% if not forloop.last %},{% endif %} - {% endfor %} -
- -
+
{% spaceless %} - {% trans "Epoch" %}:  - - {% for tag in tags.epoch %} - {{ tag.name }} {% if not forloop.last %},{% endif %} + + {% trans "Epoch" %}:  + {% for tag in tags.epoch %} + {{ tag }} + {% if not forloop.last %}, {% endif %} {% endfor %} - + - {% trans "Kind" %}:  - - {% for tag in tags.kind %} - {{ tag.name }} {% if not forloop.last %},{% endif %} + + {% trans "Kind" %}:  + {% for tag in tags.kind %} + {{ tag }} + {% if not forloop.last %}, {% endif %} {% endfor %} - + - {% trans "Genre" %}:  - - {% for tag in tags.genre %} - {{ tag.name }} {% if not forloop.last %},{% endif %} + + {% trans "Genre" %}:  + {% for tag in tags.genre %} + {{ tag }} + {% if not forloop.last %}, {% endif %} {% endfor %} - + {% endspaceless %}
{% block book-box-extra-info %}{% endblock %} @@ -73,6 +76,6 @@ {% endblock %} {% block right-column %} {% endblock %} -
+