{% extends "base.html.j2" %} {% block page_content %}
{{ user.role.name }} {% if user.confirmed %} confirmed {% else %} unconfirmed {% endif %}
{{ user.about_me }}
Do you really want to delete the user {{ user.username }}? All associated data will be permanently deleted!