| {{ trip.departureStation.name }} {% if trip.departurePlatform %} [{{ trip.departurePlatform }}] {% endif %} | → | {{ trip.arrivalStation.name}} {% if trip.arrivalPlatform %} [{{ trip.arrivalPlatform }}] {% endif %} | 
| {% if trip.departureTime %} {{ trip.departureTime|formatDateTime }} {% else %} {{ trip.departureDay|formatDate }} {% endif %} | {% if trip.trainName and trip.trainNumber %}
                {{ trip.trainName }} {{ trip.trainNumber }} {% else %} {{ trip.trainName }} {{ trip.trainNumber }} {% endif %} | {{ trip.arrivalTime|formatDateTime }} | 
| 
        {% if elem.reservations.0.ticketToken or elem.reservations.size > 1 %}
            
            {% if elem.state.expanded %}
                {% include ":/org.kde.messageviewer/semantic/actions.html" %} | ||