{% extends "base.html" %} {% block title %}{{ target_user.username }}{% endblock title %} {% block content %}

Manage User

Avatar
{{ target_user.username }}
{% if target_user.is_superuser %} Administrator {% else %} Normal User {% endif %} {% if not target_user.is_active %} Deactivated {% endif %}
Username
{{ target_user.username }}
E-mail
{{ target_user.email }}
New Password
blocked
{% endblock content %}