{transportation.name}

{transportation.type}
{#if transportation.from_location}

{transportation.from_location}

{/if} {#if transportation.to_location}

{transportation.to_location}

{/if}
{#if transportation.date}

{new Date(transportation.date).toLocaleString(undefined, { timeZone: 'UTC' })}

{/if} {#if transportation.end_date}

{new Date(transportation.end_date).toLocaleString(undefined, { timeZone: 'UTC' })}

{/if}
{#if user?.pk === transportation.user_id}
{/if}