<?php 
        if (isset($trip->dropoff)) {
            ?>
<small><?php 
            echo DateHelper::formatHours($trip->dropoff);
        }
        ?>
</small>
					</td>
					<td>
						<?php 
        echo JText::_('COM_BOOKPRO_TRANSPORT_DURATION');
        ?>
<br/>
						<small><?php 
        echo MathHelper::getDuration($trip->duration);
        ?>
</small>
					</td>
				</tr>
			</table>
			<?php 
        if (isset($displayData->showTime)) {
            echo JText::_('COM_BOOKPRO_TRANSPORT_FLIGHT_TIME') . ': ' . DateHelper::formatHours($trip->flight_time);
            echo '<br>' . JText::_('COM_BOOKPRO_FLIGHT_NUMBER') . ': ' . $trip->flight_number;
        }
        ?>
<br>
			<!--<?php 
        if ($type == 1) {
            ?>