{% if reservation.title %}{{ reservation.title }} ({% endif %}
{% if reservation.start < now %}You're late for your {% endif %}
{{ reservation.tool }}
{% if reservation.start < now %} reservation!{% endif %}
{% if reservation.title %}){% endif %}
{{ reservation.start|date:"l, F jS" }}
Starting {{ reservation.start|time }}
Ending {{ reservation.end|time }}