{% extends "arbiter/base.html" %} {% load static %} {% block extrastyle %} {{block.super}} {% endblock %} {% block content %}
{{violation.target.username}}@{{violation.target.host}}
{{ realname }}
{% if violation.policy.is_base_policy %} {{violation.policy.name}} {% else %} {{violation.policy.name}} {% endif %}
{{ violation.expiration }}
{{ violation.timestamp }}
{{ violation.offense_count}}
{{ violation.is_base_status}}
{% if not violation.policy.is_base_policy %}
*Processes marked like this are on the whitelist and are not counted against the user when evaluating policies. The process is included in this report to show usage holistically.
**This accounts for the difference between the overall usage and the collected PID usage (which can be less accurate) as well as an aggregate for processes that aren't in the top 7 processes in usage. This may be large if there are a lot of short-lived processes (such as compilers or quick commands) that account for a significant fraction of the total usage.
{% endif %} {% if can_change %} {% csrf_token %} {% if not violation.expired and violation.expiration%} {% endif %} {% endif %}
{% endblock content %}