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