{% 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 Status Action
{{t.0}} {{t.1}} {% if t.3 == "Returned" %} No Fine {% else %} {{t.2}} {% endif %} {{t.3}} {% if t.3 == "Issued" %} {% endif %}
{%else%}

No book Issued to you

{%endif%}









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