2018-09-20 11:04:28 +03:00

6 lines
78 B
Smarty

<ul>
{foreach from=$field_value item=item}
<li>{$item}</li>
{/foreach}
</ul>