QuizEmailUser
html
{$fiartext}
<ul>
{foreach $values as $title => $value}
<li><b>{$title}:</b> {$value}</li>
{/foreach}
</ul>