{#if confirm || prompt}
{#if prompt}
{#if promptMultiLine}
{:else}
{/if}
{/if}
{#each buttons as button}
handleClick(button, event)} class=" ui-pnotify-action-button {self.getStyle('btn')} {button.primary ? self.getStyle('btn-primary') : self.getStyle('btn-secondary')} {button.addClass ? button.addClass : ''} ">{#if button.textTrusted}{@html button.text}{:else}{button.text}{/if}
{/each}
{/if}