-
+
-
+
{{ book.notes | safe }}
diff --git a/ram/portal/templates/bookshelf/books.html b/ram/portal/templates/bookshelf/books.html
index c2cf53b..f06f0be 100644
--- a/ram/portal/templates/bookshelf/books.html
+++ b/ram/portal/templates/bookshelf/books.html
@@ -1,68 +1,4 @@
{% extends "cards.html" %}
-
- {% block cards %}
- {% for d in data %}
-
-
- {% if d.image.all %}
-
- {% for r in d.image.all %}
- {% if forloop.first %}
{% endif %}
- {% endfor %}
-
- {% endif %}
-
-
- {{ d }}
-
-
- {% if d.tags.all %}
-
Tags:
- {% for t in d.tags.all %}
- {{ t.name }}{# new line is required #}
- {% endfor %}
-
- {% endif %}
-
-
-
- Book |
-
-
-
-
- Authors |
-
- {% for a in d.authors.all %}- {{ a }}
{% endfor %}
- |
-
-
- Publisher |
- {{ d.publisher }} |
-
-
- Language |
- {{ d.get_language_display }} |
-
-
- Pages |
- {{ d.number_of_pages|default:"-" }} |
-
-
- Year |
- {{ d.publication_year|default:"-" }} |
-
-
-
-
-
-
-
- {% endfor %}
- {% endblock %}
{% block pagination %}
{% if data.has_other_pages %}