{#each banners as banner, bannerIdx (banner.id)}
{#if banner.type == ''}
{$i18n.t('Type')}
{/if}
{$i18n.t('Info')}
{$i18n.t('Warning')}
{$i18n.t('Error')}
{$i18n.t('Success')}
{ banners.splice(bannerIdx, 1); banners = banners; }} >
{/each}