{% extends 'base.html' %} {% block content %}
S.No | Entry ID | Name of User | Mobile Number | Cabin User | Entry Date/Entry Time | Status | Checkout Date/Checkout Time | Action | ||
---|---|---|---|---|---|---|---|---|---|---|
S.No | Entry ID | Name of User | 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}} | {% if i.status == 'Checkout' %}{{ i.status}} | {% else %}Not Updated Yet | {% endif %}{{ i.updated_at}} | Update Delete |