{% extends 'base.html' %} {% load humanize %} {% block title %}Reservation abuse{% endblock %} {% block content %}

Reservation abuse for {{ abuser }}

{% for a in abuses %} {% endfor %}
Item Type Advance notice Penalty Original start time Reservation ID
{{ a.item_name }} {{ a.item_type|capfirst }} {{ a.delta }} {{ a.penalty|floatformat }} {{ a.start }} {{ a.id }}
{% endblock %}