{if $show_form == "yes"} {if $activate_rating == 'Y'} {/if} {/if}
{foreach from=$message item=item}
{$item}
{/foreach}
{$txt_your_rating} {foreach from=$rating_images item=item}{/foreach}
{if $form.name.error} {$form.name.error} {else} {$form.name.label} {/if}
{$form.name.html}
{if $form.email.error} {$form.email.error} {else} {$form.email.label} {/if}
{$form.email.html}
{$form.homepage.label}
{$form.homepage.html}
{$form.title.label}
{$form.title.html}
{if $form.$comment_field_name.error} {$form.$comment_field_name.error} {else} {$form.$comment_field_name.label} {/if}
{call_module trigger="frontend_textarea" field=$comment_field_name}
{$form.$comment_field_name.html}
{call_module trigger="frontend_comment_form"}
{$form.save.html}{$form.hidden}