{* LIST-NOT-SELECTED ACTIONS *}
{if $submitResult.name == 'removeSubscriber'}
{if $submitResult.status}
{"The email address %s was successfully removed from all the lists."|i18n:$submitResult.title}
{else}
{"The email address %s was NOT removed from all the lists. Possible casue is that provided email address does not exists."|i18n:$submitResult.title}
{/if}
{elseif $submitResult.name == 'quickTips'}
{if $submitResult.status}
{if $submitResult.title == 1}
{"Quick Tips are now disabled."|i18n}
{else}
{"Quick Tips are now enabled."|i18n}
{/if}
{else}
{if $submitResult.title == 1}
{"Quick Tips could not be disabled."|i18n}
{else}
{"Quick Tips could not be enabled."|i18n}
{/if}
{/if}
{* LIST-SELECTED ACTIONS *}
{elseif $submitResult.name == 'changeStyle'}
{if $submitResult.status}
{"Display style successfully changed."|i18n}
{else}
{"Display style could not be changed."|i18n}
{/if}
{elseif $submitResult.name == 'deleteLists'}
{if $submitResult.status}
{"Lists successfully removed."|i18n}
{else}
{"Some list could NOT be removed."|i18n}
{/if}
{"You have been redirected to the only list left in system."|i18n}
{/if}