{% extends "arbiter/base.html" %} {% load static %} {% load humanize %} {% block extrastyle %} {{block.super}} {% endblock %} {% block page-title %} User Breakdown for {{ username }} {% endblock %} {% block content %}

Active Limits


{% for target in targets %}

{{ target.host }}

    {% for propname, propvalue in target.limits.items %}
  • {{ propname }} : {{ propvalue }}
  • {% empty %} None {% endfor %}
{% endfor %}

Active Violations/Base Status


Most Recent Violation History


{% endblock content %}