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

Edit User

{% csrf_token %}

{% if 'users'|template_exists:'users' == True %} {% include 'adminpanel/users/users.html' %} {% endif %} {% if "users-"|add:data.user_type|template_exists:'users' == True %} {% with "adminpanel/users/users-"|add:data.user_type|add:".html" as tsemplate %} {% include tsemplate %} {% endwith %} {% endif %}

User Status

User accesibility

{% endblock %}