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

Visitor Detail Update

{% csrf_token %} {% for i in visitor %} {% if i.status == '0' %} {% else %} {% endif %} {% if i.status == '0' %} {% else %} {% endif %}
Full Name {{ i.fullname}}
Email {{ i.email}}
Mobile Number {{ i.mobilenumber}}
Address {{ i.address}}
Whom to Meet {{ i.whomtomeet}}
Deptartment {{ i.department}}
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

{% csrf_token %}
{% endif %}
{% endfor %}
{% endblock %}