{% include '/side-bar-left-nav.html' %}
Pages
Users
Logout
{% if new_notifications_count > 0 %}
{{ new_notifications_count }}
{% endif %}
New Notification:
{% for notification in notifications %}
{{ notification.message_notification | safe }}
{% endfor %}
Management Users
S.No
User Id
First name
Last name
Email
Company Name
Type
Actions
Purchase Number
Edit User
Name
Last Name
Email
User Type
Regular
Admin
{% include '/footer.html' %}