{% include "library/navbarstudent.html" %}
Book Issued To You !
{% if li1%}
Name
Enrollment
Branch
Book Name
Book Author
{% for t in li1 %}
{{t.0}}
{{t.1}}
{{t.2}}
{{t.3}}
{{t.4}}
{% endfor %}
Issue Date
Expiry Date
Fine
{% for t in li2 %}
{{t.0}}
{{t.1}}
{{t.2}}
{% endfor %}
{%else%}
No book Issued to you
{%endif%}
{% include "library/footer.html" %}