Warning, file /pim/kdepim-addons/plugins/messageviewer/bodypartformatter/itinerary/templates/rentalcarreservation.html was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001 <div> 0002 {% if trip.rentalCompany.name %} 0003 {{ trip.rentalCompany.name }}: 0004 {% endif %} 0005 {{ trip.name }} 0006 {% if trip.name and trip.model %}({% endif %} 0007 {{ trip.model }} 0008 {% if trip.name and trip.model %}){% endif %} 0009 </div> 0010 <div>{{ res.pickupTime|formatDateTime }} - {{ res.dropoffTime|formatDateTime }}</div> 0011 <div> 0012 {{ res.pickupLocation.name }} 0013 {% with trip.pickupLocation as location %}{% include "org.kde.messageviewer/itinerary/location.html" %}{% endwith %} 0014 {{ res.pickupLocation|formatAddress|safe }} 0015 </div> 0016 {% include "org.kde.messageviewer/itinerary/actions.html" %} 0017 <div style="clear:both;"></div>