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

Reservation abuse for {{ abuser }}

{% for a in abuses %} {% endfor %}
ItemTypeAdvance noticePenaltyOriginal start timeReservation ID
{{ a.item_name }}{{ a.item_type|capfirst }}{{ a.delta }}{{ a.penalty|floatformat }}{{ a.start }}{{ a.id }}
{% endblock %}