| {{ trip.departureBusStop.name }} {% if trip.departurePlatform %} [{{ trip.departurePlatform }}] {% endif %} {% with trip.departureBusStop as location %}{% include "org.kde.messageviewer/itinerary/location.html" %}{% endwith %} | {% if elem.reservations.0.reservation.reservationStatus == 1 %} {% icon "dialog-cancel" sizesmallmedium _("Reservation canceled.") %} {% else %} → {% endif %} | {{ trip.arrivalBusStop.name }} {% if trip.arrivalPlatform %} [{{ trip.arrivalPlatform }}] {% endif %} {% with trip.arrivalBusStop as location %}{% include "org.kde.messageviewer/itinerary/location.html" %}{% endwith %} | 
| {{ trip.departureTime|formatDateTime }} | {% if trip.busName and trip.busNumber %}
                {{ trip.busName }} {{ trip.busNumber }} {% else %} {{ trip.busName }} {{ trip.busNumber }} {% endif %} | {{ trip.arrivalTime|formatDateTime }} | 
| 
        {% if elem.reservations.0.ticketToken %}
            
            {% if elem.state.expanded %}
                {% include "org.kde.messageviewer/itinerary/actions.html" %} | ||