{% extends "site.html" %} {% load smart_if %} {% block content %}

I've lent this book to...

{% if book.book.coverUrl %} {% endif %}

{{book.book.title}},{{book.book.author}}

{%if book.isLent%}

This book is currently lent to {{book.currentLocation.getSensibleName}}

{%endif%} {%if message%}

{{message}}

{%endif%}

{%if user.profile.getContacts %}
lend to an existing contact
{%endif%}
lend to new contact
{% endblock %}