{% extends "base.html" %} {% block title %}Profile - Grassroots Events{% endblock %} {% block content %}
| Username: | {{ current_user.username }} |
|---|---|
| Email: | {{ current_user.email }} |
| Role: | {{ current_user.role }} |
| Department: | {{ current_user.department or 'Not set' }} |
| Member Since: | {{ current_user.created_at.strftime('%Y-%m-%d') }} |