{% if trip.rentalCompany.name %}
        {{ trip.rentalCompany.name }}:
    {% endif %}
    {{ trip.name }}
    {% if trip.name and trip.model %}({% endif %}
    {{ trip.model }}
    {% if trip.name and trip.model %}){% endif %}
{{ res.pickupTime|formatDateTime }} - {{ res.dropoffTime|formatDateTime }}
    {{ res.pickupLocation.name }}
    {{ res.pickupLocation|formatAddress|safe }}
{% include ":/org.kde.messageviewer/semantic/actions.html" %}