{% extends "site.html" %} {% block extrastyles %} {% endblock %} {% block content %}

accept borrow request?

{{borrowuser.username}}'s profile picture
{{borrowuser.username}}
wants to borrow
{%if book.coverUrl%} {{book.title}} cover {%endif%}
{{book.title}}
Let {{borrowuser.username}} borrow this book for
Or, pick an exact date: {% for row in calendar.calendarDays %} {%for day in row %} {%endfor%} {%endfor%}
M T W T F S S
{%if day %} {% ifequal day calendar.selectedDay.day %} {{day}} {%else %} {{day}} {% endifequal %} {%else %}   {%endif%}

{% endblock %}