{#if title || subtitle}
{#if title}
{title}
{/if} {#if subtitle}
{subtitle}
{/if}
{/if}
{#if date || since}
{formattedDate} {#if date && since}
{/if} {formattedDuration}
{/if}