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

Issued books to Student !

{% if li%} {% for t in li %} {%endfor%}
Student Name Student Enrollment Book Name Book Author Issue Date Expiry Date Fine Status
{{t.0}} {{t.1}} {{t.2}} {{t.3}} {{t.4}} {{t.5}} {% if t.7 == "Returned" %} No Fine {% else %} {{t.6}} {% endif %} {{t.7}}
{%else%}

0 book Issued

{%endif%}








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