File indexing completed on 2025-03-09 04:46:52
0001 <div style="font-size:125%;"> 0002 {% if elem.reservations.0.reservation.reservationStatus == 1 %} 0003 <b>{% i18n "Canceled:" %} 0004 {% endif %} 0005 {{ trip.name }} 0006 </div> 0007 <div> 0008 {{ trip.startDate|formatDateTime }} 0009 {% if trip.endDate %} 0010 - {{ trip.endDate|formatDateTime }} 0011 {% endif %} 0012 <br/> 0013 {{ trip.location.name }} 0014 {% with trip.location as location %}{% include "org.kde.messageviewer/itinerary/location.html" %}{% endwith %} 0015 {% if trip.location.address.streetAddress or trip.location.address.addressLocality %} 0016 <br/>{{ trip.location.address|formatAddress|safe }} 0017 {% endif %} 0018 </div> 0019 {% include "org.kde.messageviewer/itinerary/actions.html" %} 0020 <div style="clear:both;"></div>