{$txt_guestbook_entry}

{if $show_form == "yes"}
{foreach from=$message item=item}
{$item}
{/foreach}
{$form.name.label} {if $form.name.error} {$form.name.error}
{/if} {$form.name.html}
{$form.email.label} {if $form.email.error} {$form.email.error}
{/if} {$form.email.html}
{$form.homepage.label} {$form.homepage.html}
{$form.city.label} {$form.city.html}
{$form.state.label} {$form.state.html}
{$form.country.label} {$form.country.html}
{call_module trigger="backend_textarea" form="form" field=$comment_field_name}
{$form.$comment_field_name.label} {if $form.$comment_field_name.error} {$form.$comment_field_name.error}
{/if} {$form.$comment_field_name.html}
{$form.save.html}
{/if}