{% extends "base.html" %} {% block title %}Users — CoderAI{% endblock %} {% block content %}
{{ users|length }} account{{ 's' if users|length != 1 else '' }}
| User | Role | Created | |
|---|---|---|---|
| {{ user.username }} {% if user.username == username %}you{% endif %} | {{ user.role }} | {{ user.created_at[:10] }} | {% if user.username == username %} Change password {% else %} {% endif %} |
| No users found | |||