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

Visitor Detail Update

{% include 'includes/messages.html' %} {% csrf_token %} {% for i in visitor %} {% if i.status == '0' %} {% else %} {% endif %} {% if i.status == '0' %} {% else %} {% endif %}
Category {{ i.category}}
Full Name {{ i.fullname}}
Email {{ i.email}}
Mobile Number {{ i.mobilenumber}}
Address {{ i.address}}
Whom to Meet {{ i.whomtomeet}}
Floor/Wing {{ i.floororwings}}
Apartment Number {{ i.apartmentno}}
Reason to Meet {{ i.reasontomeet}}
Vistor Entring Time {{ i.created_at}}
Admin Remark Not Updatet YetAdmin Remark {{ i.remark}}
Staus Not Updatet YetStatus {{ i.status}}
Out Time {{i.updated_at}}
{% if i.status == '0' %}

Guard Remark

{% include 'includes/messages.html' %}
{% csrf_token %}
{% endif %}
{% endfor %}
{% endblock %}