{% extends "base.html" %} {% load static %} {% block title %} Manage Users - Gracular {% endblock %} {% block scripts %} {{ block.super }} {% endblock %} {% block body %}
{% include "sidebar-nct-tpl.html" %}
{% include "navbar-nct-tpl.html" %}
Edit User Details
{% csrf_token %}
{% if proImg == "" %} {% endif %} {% if proImg == "required" %} {% endif %}
Active Inactive
Cancel
{% include "footer-nct-tpl.html" %}
{% endblock %}