{% extends "base.html" %} {% block main %}
{%if fullpublication["Image"]%} {% endif %}
Title of publication {{ fullpublication["Title"] }}
Author/Editor {{ fullpublication["Author"] }}
Year {{ fullpublication["Year"] }}
Custodian {{ fullpublication["Custodian"] }}
Fields {{ fullpublication["Fields"] }}
Type of publication {{ fullpublication["Type"] }}
Publishers {{ fullpublication["Publishers"] }}
License {{ fullpublication["License"] }}
Highlights

{{ fullpublication["Highlights"] }}

Comments

{{ fullpublication["Comments"] }}

Currently borrowed by:

{{ fullpublication["Borrowed"] }}

{{ borrowform.csrf_token }}
{{ borrowform.borrowed.label }} {{ borrowform.borrowed }} {% for message in borrowform.borrowed.errors %}
{{ message }}
{% endfor %}
{{ borrowform.secret.label }} {{ borrowform.secret }} {% for message in borrowform.secret.errors %}
{{ message }}
{% endfor %}
{{ borrowform.submit }}
{% endblock %}