{% extends 'adminpanel/inc/layout.html'%} {% load static%} {% load admin_params %} {% load query_params %} {% block title%} Add user {% endblock %} {% block bodyclass%}hold-transition skin-light-blue sidebar-mini{% endblock %} {% block body%}

Add New User

{% csrf_token %}

{% if 'users'|template_exists:'users' == True %} {% include 'adminpanel/users/users.html' %} {% endif %}

User Status

User accesibility

{% endblock %}