Times
{#if projects}
{#each Object.entries(projects) as [pid,project]}
{/each}
{/if}
{#if times}
{#each times as time,idx2}
select(time)}>
{(time.duration).toFixed(3)} {t('hours')}
{time.subject}
{new Date(time.start_time*1000).toUTCString()}
{@html target(time.description.rendered)}
{/each}
{/if}