{% extends 'layout.html' %} {% block body %}
| Date of Pitstop | {{ pitstop.date }} |
|---|---|
| Odometer | {{ pitstop.odometer }} km |
| Litres | {{ pitstop.amount }} {{ pitstop.consumable.unit }} |
| Costs (overall) | {% if pitstop.costs %} {{pitstop.costs}} {% else %} -- {% endif %} € |