Start
{#if tour.start_date} {formatDate(tour.start_date)} {formatTime(tour.start_time)} {:else} {formatTime(tour.start_time)} {/if}
End
{#if tour.end_date} {formatDate(tour.end_date)} {formatTime(tour.end_time)} {:else} {formatTime(tour.end_time)} {/if}