<{ $subject }>

<{ section name="i" loop=$rows }>
<{ $rows[i]->txtTitle }>
<{ if ( $rows[i]->txtType == "TextMail" ) }>
<{ $rows[i]->txtValue }>
<{ elseif ( $rows[i]->txtType == "TextLink" ) }>
<{ $rows[i]->txtValue }>
<{ else }>
<{ $rows[i]->txtValue|nl2br }>
<{ /if }> <{ /section }>