{#if title}
{@html title}
{/if} {#if subtitle}
{subtitle}
{/if} {#each entries as entry}
{entry.name} {entry.valueText}
{/each}