{#if standalone}
{status}

{title}

{#if hint}

{hint}

{/if} {#if details}
{@render details()}
{/if} {#if actions}
{@render actions()}
{/if}
{:else}
{status}

{title}

{#if hint}

{hint}

{/if} {#if details}
{@render details()}
{/if} {#if actions}
{@render actions()}
{/if}
{/if}