{{ trip.name }}
{{ trip.startDate|formatDateTime }}
{{ trip.location.name }} {% with trip.location as location %}{% include "org.kde.messageviewer/itinerary/location.html" %}{% endwith %} {% if not trip.location.address.isEmpty %}
{{ trip.location.address|formatAddress|safe }} {% endif %} {% if res.underName.name %}
{% i18n "Under Name: %1" res.underName.name %}
{% endif %}
{% include "org.kde.messageviewer/itinerary/actions.html" %}