{% extends 'layout.html' %} {% block body %}

Delete pitstop?

Date of Pitstop {{ pitstop.date }}
Odometer {{ pitstop.odometer }} km
Litres {{ pitstop.amount }} {{ pitstop.consumable.unit }}
Costs (overall) {% if pitstop.costs %} {{pitstop.costs}} {% else %} -- {% endif %} €
{{ form.hidden_tag() }} {{ render_field_with_errors(form.submit) }}
{% endblock %}