{% extends 'base.html' %} {% load humanize %} {% block title %}Reservation abuse{% endblock %} {% block content %}
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 }} |