{% extends "admin/base.html" %} {% block admin_content %}
ID | Username | HF ID | Join Date | Security Score | Admin Status | Actions |
---|---|---|---|---|---|---|
{{ user.id }} | {{ user.username }} | {{ user.hf_id }} | {{ user.join_date.strftime('%Y-%m-%d %H:%M') if user.join_date else 'N/A' }} | {% if score < 20 %} {{ score }}/100 {% elif score < 40 %} {{ score }}/100 {% elif score < 70 %} {{ score }}/100 {% else %} {{ score }}/100 {% endif %} | {% if g.is_admin and user.username in admin_users %} Admin {% else %} User {% endif %} | View Details |