{% extends "base.html" %} {% block title %}Accounts ยท Face Attendance{% endblock %} {% block content %}
Administration
| Name | Username | Role | Status | Actions | |
|---|---|---|---|---|---|
| {{ account.full_name }} | {{ account.username }} | {{ account.email }} | {{ account.role|title }} | {{ "Active" if account.active else "Inactive" }} | {% if account.id != current_user.id %} {% endif %} |