{% include "library/navbarstudent.html" %}

Book Issued To You !

{% if li1%} {% for t in li1 %} {% endfor %}
Name Enrollment Branch Book Name Book Author
{{t.0}} {{t.1}} {{t.2}} {{t.3}} {{t.4}}
{% for t in li2 %} {% endfor %}
Issue Date Expiry Date Fine
{{t.0}} {{t.1}} {{t.2}}
{%else%}

No book Issued to you

{%endif%}
{% include "library/footer.html" %}