{% extends 'library/base.html' %} {% load staticfiles %} {% load widget_tweaks %} {% load group_check %} {% block title %}Dashboard {% endblock %} {% block extend_head %} {% endblock %} {% block content %} {% comment %} {% endcomment %}

Hello {{ request.user.username }}

Here is a summary for your account


{% for det in detail %} {% if det.book_id %} {% else %} {% endif %} {% endfor %}
Serial No. Book id Title Author ISBN Publisher Due Date Return Date Request Issue Issue Status Fine
{{ forloop.counter }}{{ det.book_id }}{{ det }}{{ det.title }} {{ det.author }} {{ det.isbn }} {{ det.publisher }} {{ det.due_date }} {{ det.return_date }} {{ det.request_issue }} {{ det.issue_status }} {{ det.fine }}
Total
{% endblock %} {% block scripts %} {% endblock %}