{%- import "partials/_ui.html" as ui -%} {% if users.is_empty() %} {% call ui::empty_state("", "No users found.") %} {% else %}
| Username | Joined | Status | Trust | Actions | |
|---|---|---|---|---|---|
| {{ user.username }} {% if let Some(dn) = user.display_name %} ({{ dn }}) {% endif %} | {{ user.email }} | {{ user.created_at }} | {% if user.is_suspended %} Suspended {% if user.has_pending_appeal %} (appeal pending) {% endif %} {% else %} Active {% endif %} | {% if user.upload_trusted %} Trusted {% else %} {% endif %} | {% if user.is_suspended %} {% else %} {% endif %} |