{% include 'AdminTemplates/adminDash.html' %} {% load static %} {% block body %} {% if count == 'add' %}
{% if added %}

'{{added}}' is Added

{% endif %}
{% csrf_token %}
{% if super_admin %}
{% else %}
{% endif %}
Cancel
{% elif count == 'edit' %}
{% if added %}

'{{added}}' is Added

{% endif %}
{% for user in Userss %}
{% csrf_token %}
{% if super_admin %}
{% else %}
{% endif %}
{% if vendor %}



Cancel
{% else %}
Cancel
{% endif %}
{% endfor %}
{% else %} something is wrong in here! {% endif %} {% endblock body %}