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