{if $submitResult == 5}
{"List successfully added."|i18n}
{else}
{"List could NOT be added."|i18n}
{if $submitResult == 4}
{"You didn't provide a From Email Address for a list."|i18n}
{elseif $submitResult == 3}
{"You didn't provide a name for a list."|i18n}
{elseif $submitResult == 2}
{"You have reached your lists limit."|i18n}
{elseif $submitResult == 1}
{"You have no permissions to add a list."|i18n}
{else}
{"System does not allow adding any more lists. You have to change a license in order to do that."|i18n}
{/if}
{/if}{*
{if $submitResult}
{"Changes successfully changed."|i18n}
{else}
{"Changes NOT saved. Please, try again later."|i18n}
{/if}*}