{% extends 'base.html' %} {% load static %} {% block title %}
Meeting Id | Visitor's Name | Visitor's Contact | Host Name | Time In | Time Out | |
---|---|---|---|---|---|---|
{{ m.id}} | {{ m.visitor_name}} | {{ m.visitor_phone}} | {{ m.host}} | {{ m.time_in}} | {% if m.time_out %}{{ m.time_out}} | {% else %}BUSY | {% endif %}