no ssi for book_short
[wolnelektury.git] / src / catalogue / templates / catalogue / book_info.html
index 5b67ad6..014a983 100755 (executable)
   </p>
 {% endif %}
 
+{% if book.extra_info.publisher %}
+  <p>
+    {% trans "Publisher:" %}
+    {{ book.publisher }}
+  </p>
+{% endif %}
+
 {% if book.extra_info.funders %}
   <p>
     {% trans "Publication funded by:" %}
@@ -48,3 +55,9 @@
     <a href="{{ book.extra_info.cover_source }}">{{ book.extra_info.cover_by }}</a>.
   </p>
 {% endif %}
+
+{% if book.extra_info.isbn_html %}
+  <p>
+    {{ book.extra_info.isbn_html }}
+  </p>
+{% endif %}