{% extends "public/templates/public_template.html" %} {% block title %}Upload book{% endblock %} {% block main %}

Books Requested

Fill a form to request a book

{% for book in books %}

{{ book['title'] }}

{{ book['author'] }}

{{ book['publisher'] }}

{{ book['year'] }}

{{ book['extention'] }}

{% endfor %}
{% endblock %}