{if $msg neq ''}
 
    {foreach from=$msg item=show_msg}
  • {$show_msg}
  • {/foreach}
 

{/if}