{% extends 'admin/layout/admin_app.html' %} {% block content %} {% if messages %} {% endif %}
Sub Admin Add
Sub Admin
Sub Admin Add
Sub Admin Add
{% csrf_token %}
First Name
Last Name
Email
Phone No.
Password
Confirm Password
Role
Select Role
{% for role in roles %}
{{role.name}}
{% endfor %}
Status
Active
Inactive
{% endblock %} {% block custom_js %} {% endblock %}