{{error}}
{% endif %}
Export CSV
}})
Add New User Type
S.No | User Type | Rank | Code | Description | Is User | Is Allow | Is Commision | Status | Edit | Delete |
---|---|---|---|---|---|---|---|---|---|---|
{{loop.index}} | {{each_user_type.userType}} | {{each_user_type.rank}} | {{each_user_type.code}} | {{each_user_type.description}} | {% if each_user_type.isUser == True %} ✓ {% else %} ✗ {% endif %} | {% if each_user_type.isAllow == True %} ✓ {% else %} ✗ {% endif %} | {% if each_user_type.isCommission == True %} ✓ {% else %} ✗ {% endif %} | {{each_user_type.actionText}} |
Edit User Type |
| {% endfor %}