{if $_config.com_form_link != "true" || $_get.1!='comment'} {if $_config.coms_list_text != ''}
{$_config.coms_list_text}
{/if}
{foreach from=$_vars.coms item=com} {capture name="name"}
{$com.lastname} {$com.firstname}
{/capture} {capture name="content"}
{$com.content}
{/capture} {capture name="date"}
{if $_config.coms_date_show=='true'}{$_config.coms_date_btext}{$_Extra->env->dates->convertDate($_config.coms_date_style, $com.date)}{/if}{if $_config.coms_heur_show=='true'}{$_config.coms_heur_btext}{$_Extra->env->dates->convertDate('hour', $com.date)}{/if}
{/capture}
{$smarty.capture.name}
{$smarty.capture.date}
{$smarty.capture.content}
{foreachelse}

Aucun message

{/foreach}
{/if}