{transportation.name}
{transportation.type}
{#if transportation.from_location && transportation.to_location}
{transportation.from_location} to {transportation.to_location}
{/if} {#if transportation.date} {new Date(transportation.date).toLocaleString()} {/if} {#if user}
{/if}