{% extends "base_settings_page.html" %} {% block content %}
Username | First name | Last name | Account type | Enabled | |
---|---|---|---|---|---|
{{ u.username }} | {{ u.first_name }} | {{ u.last_name }} | {{ u.email }} | {% if u.admin %}Admin{% else %}Regular account{% endif %} | {% if u.enabled %}Enabled{% else %}Disabled{% endif %} |