diff --git a/templates/book.html b/templates/book.html index b826bc3..78fa81f 100644 --- a/templates/book.html +++ b/templates/book.html @@ -4,7 +4,7 @@
sub_book is defined: {{books.sub_book}}
{% endif %} @@ -93,7 +93,20 @@subs is defined {{ books.subs }}
{% endif %} {% if books.loan|length %} -loan is defined: {{books.loan}}
+
+ Date Lent: {{books.loan[0].date_lent}}
+ Contact: {{books.loan[0].contact_details}}
+