{# backend/templates/admin.html #} {% extends "base.html" %} {% block title %}관리자 패널 - Dell Server Info{% endblock %} {% block content %}
| NO | 이름 | ID (Email) | 상태 | 관리 |
|---|---|---|---|---|
| {{ loop.index }} |
{{ user.username[:1] | upper }}
{{ user.username }}
|
{{ user.email }} | {% if user.is_active %} Active {% else %} Pending {% endif %} {% if user.is_admin %} Admin {% endif %} | |
| 사용자가 없습니다. | ||||