{% csrf_token %}

Create User

{{ form.username.label_tag }}* {{ form.username }}
{{ form.email.label_tag }}* {{ form.email }}
{{ form.contact_no.label_tag }}* {{ form.contact_no }}
{{ form.designation.label_tag }}* {{ form.designation }}
{% if menus %}
Manage Rights
{% for menu in menus %} {% if menu.menu_url != "#" %} {% for action in actions %} {% endfor %} {% else %} {% endif %} {% if menu.sub %} {% for submenu in menu.sub %} {% for action in actions %} {% endfor %} {% endfor %} {% endif %} {% endfor %}
Menu All View Add Edit Delete Export
{{ menu.menu_name }}
{{ menu.menu_name }}
{{ submenu.menu_name }}
{% endif %}