book abstracts - frontend
[wolnelektury.git] / src / catalogue / templates / catalogue / book_short.html
index 3ee07ce..bf3a4b2 100644 (file)
             {% endfor %}
           </span></span>
 
+          {% if book.extra_info.location %}
+            <span class="category">
+            <span class="mono"> {% trans "Region" %}:</span>&nbsp;<span class="book-box-tag">
+                {{ book.extra_info.location }}
+            </span></span>
+          {% endif %}
+
           {% if book.is_foreign %}
             <span class="category">
               <span class="mono"> {% trans "Language" %}:</span>&nbsp;<span class="book-box-tag">
           {% endif %}
           {% endwith %}
         </div>
+        {% if book.abstract %}
+          <div class="abstract more">
+            {{ book.abstract|safe }}
+          </div>
+        {% endif %}
       </div>
       {% book_shelf_tags book.pk %}