{#if open}
{#if title}
{title}
{/if} {#if description}
{description}
{/if} {#if children}
{@render children()}
{/if}
{cancelText}
{confirmText}
{/if}