{% extends "base.html" %} {% block title %}Users - CoderAI{% endblock %} {% block content %}
| Username | Role | Created | Actions |
|---|---|---|---|
| {{ user.username }} | {{ user.role }} | {{ user.created_at[:10] }} | {% if user.username != username %} {% else %} Change Password {% endif %} |