{% extends "_notIndex.html" %} {% block title %}Ride Information{% endblock %} {% block head %} {% endblock %} {% block onLoadText %}onload="initMap()" onunload="GUnload()" style="font-family: Arial;border: 0 none;"{% endblock %} {% block bodycontent %}
From | To | Driver | Departing | Contact |
---|---|---|---|---|
{{ ride.start_point_title }} | {{ ride.destination_title }} | {{ ride.driver }} | {{ ride.part_of_day }} {{ ride.jsmonth }}-{{ ride.jsday }}-{{ ride.jsyear }} |
{{ ride.contact }} |
Name | {% ifequal ride.doOrPu 0 %}Drop Off Location {% else %}Pick Up Location{% endifequal %} | Contact |
---|---|---|
{{ p.name }} | {{ p.location }} | {{ p.contact }} |