{% include "header.html" %} {% load static %}

Login History

{% for login in login_history %} {% endfor %}
Sr.No. Student Name Device Ip Device Type Device Name Lectures Last Modified Action
{{forloop.counter}}
{{login.student.first_name}}  {{login.student.last_name}}
{{login.device_ip}}
{{login.device_type}}
{{login.device_name}}
{% if login.is_lecture != 0 %} Allowed {% else %} Not Allowed {% endif %}
{{login.created_at}}
{% include "sidebar.html"%}
{% include "footer.html" %}