{% extends "whm/base.html" %} {% block title %}Update User{% endblock title %} {% block content %}

Update user

{% csrf_token %}
{% if usr.is_active == 1 %}

Note: To delete an account, it must be suspended first.

{% endif %}
{% csrf_token %} {% if usr.is_active == 0 %} {% else %} {% endif %}
{% endblock content %}