{% extends "layout.html" %} {% block dashboard %}
{% include "order_form.html" %} {% include "search_form.html" %}
{% if object_list %} {% for login_history in object_list %} {% endfor %} {% else %} {% endif %}
Username Email Date
{{ login_history.librarian.user.username }} {{ login_history.librarian.user.email }} {{ login_history.date }}

Data Empty

{% include "pagination.html" %}
{% endblock dashboard %}