{% extends 'kitcounter/layout.html' %} {% block head %} {% endblock %} {% block title %}login page{% endblock %} {% block style %} {% endblock %} {% block content %}
Logout
{% for mesg in get_flashed_messages(category_filter=["successMsg"]) %}

×

{{ mesg|safe }}

{% endfor %} {% for mesg in get_flashed_messages(category_filter=["errorMsg"]) %}

×

{{ mesg|safe }}
{% endfor %}

session date

Date and time for the session


Total count on current date time


ROLE AVAILABLE COUNT
DELEGATES 0
FACULTY 0
ORG.COMMITY 0
TRADE 0
TOTAL 0

{% endblock %} {% block script %} {% endblock %}