{% extends "base.html" %} {% block title %}Dashboard{% endblock %} {% block content %}
| ID | Username | Role | {% if current_user.role == "admin" %}Actions | {% endif %}
|---|---|---|---|
| {{ user.id }} | {{ user.username }} | {{ user.role }} | {% if current_user.role == "admin" %}{% if user.id != current_user.id %} {% endif %} | {% endif %}