diff --git a/cps/templates/book_table.html b/cps/templates/book_table.html new file mode 100644 index 00000000..c8149f03 --- /dev/null +++ b/cps/templates/book_table.html @@ -0,0 +1,59 @@ +{% extends "layout.html" %} +{% block body %} +

{{_(title)}}

+ + +
+
+ {% for entry in entries %} + {% if loop.index0 == (loop.length/2+loop.length%2)|int and loop.length > 20 %} +
+
+ {% endif %} + + {% endfor %} +
+
+{% endblock %} +{% block js %} + +{% endblock %}