{% extends 'base.html' %} {% load static %} {% block css %} {% endblock %} {% block content %} {% if borrowed == 4 %}

Lend a book from {{ globals.yalms.org_short_name }} archives


{% csrf_token %}
{% endif %}
{% if borrowed == 1 %}

{{ got_user.get_name }}
has borrowed the book
{{book.title}}
{% elif borrowed == 2 %}

The Book is already being borrowed by {% elif borrowed == 3 %}
The user {{ got_user.username }} has already borrowed {{ globals.books.borrow.max_books }} books
{% elif borrowed == 0 %}

{% endblock %} {%block post-js-external %} {% endblock %}