{% extends "admin/base.html" %} {% block extra_head %} {{ super() }} {% endblock %} {% block admin_content %}
Username | Security Score | Account Age | HF Account Age | Total Votes | Issues |
---|---|---|---|---|---|
{{ item.user.username }} | {{ item.score }}/100 | {{ item.factors.account_age_days or 'Unknown' }} days | {{ item.factors.hf_account_age_days or 'Unknown' }} days | {{ item.factors.total_votes or 0 }} |
{% if item.factors.suspicious_voting %}
🚨 Suspicious voting
{% endif %}
{% if item.factors.rapid_voting %}
⚡ Rapid voting
{% endif %}
{% if item.factors.account_age_days and item.factors.account_age_days < 7 %}
🆕 New account
{% endif %}
{% if item.factors.hf_account_age_days and item.factors.hf_account_age_days < 90 %}
🔰 New HF account
{% endif %}
|
No suspicious users detected.
{% endif %}{{ campaign.vote_count }} votes from {{ campaign.user_count }} users in the last 6 hours
{% if campaign.suspicious_users %}Username | Votes for Model | Account Age |
---|---|---|
{{ user.username }} | {{ user.votes_for_model }} | {{ user.account_age_days or 'Unknown' }} days |
No coordinated voting campaigns detected in the last 6 hours.
{% endif %}Username | Favored Model | Bias Ratio | Votes for Model | Total Votes |
---|---|---|---|---|
{{ item.user.username }} | {{ item.model.name }} | {{ "%.1f"|format(item.bias_ratio * 100) }}% | {{ item.votes_for_model }} | {{ item.total_votes }} |
No users with strong model bias detected.
{% endif %}