{% include 'header.html' %} {% load static %}
{% if user_obj %}

Edit User

{% else %}

Add User

{% endif %}
{% csrf_token %} {% if user_obj %} {% endif %}
{% if user_obj %} Leave blank to keep the current password. {% endif %}

{% if user_obj %} {% else %} {% endif %} Cancel
{% include 'sidebar.html' %}
{% include 'footer.html' %}