{% extends "layout.html" %} {% block title %}{% block admin_title %}Index{% endblock %} - Administration{% endblock %} {% block content %}
Full Name | Username | Roles |
---|---|---|
{{ user.fullname }} | {{ user.username }} | {% if user.roles is not none %}{{ ", ".join(user.roles) }}{% endif %} |