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

Between Dates Report of Visitor

{% csrf_token %}
{% if visitor %}

Visitor Report Data Between: "{{ start_date }} to {{ end_date }}"

{% for i in visitor %} {% if i.status == 0 %} {% else %} {% endif %} {% endfor %} {% endif %}
S.No Full Name Contact Number Email Entery Date and Time Status Action
{{ i.id}} {{ i.fullname}} {{ i.mobilenumber}} {{ i.email}} {{ i.created_at}}Visitor InVisitor OutUpdate Delete
{% endblock %}