{% extends 'base.html' %} {% block content %}

Total Users Details

{% include 'includes/messages.html' %} {% for i in cyber_user %} {% if i.status == 'Checkout' %} {% else %} {% endif %} {% if i.status == 'Checkout' %} {% endif %} {% if i.status == '0' %} {% endif %} {% endfor %}
S.No Entry ID Name of User Email Mobile Number Cabin User Entry Date/Entry Time Status Checkout Date/Checkout Time Action
S.No Entry ID Name of User Email Mobile Number Cabin User Entry Date/Entry Time Status Checkout Date/Checkout Time Action
{{ i.id}} {{ i.entryid}} {{ i.name}} {{ i.email}} {{ i.mobilenumber}} {{ i.computeruse_id.compname}}({{ i.computeruse_id.comploc}}) {{ i.created_at}}{{ i.status}}Not Updated Yet{{ i.updated_at}}View Update Delete
{% endblock %}