{% extends "base.html" %} {% block title %}Users — CoderAI{% endblock %} {% block content %}
{% for user in users %} {% else %} {% endfor %}
UserRoleCreated
{{ 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
{% endblock %} {% block scripts %} {% endblock %}