{if $show_comments == true}

{$txt_entry_headline} ({$result_number})

{if $show_sign_link == true} {$txt_sign_guestbook} {/if}
{foreach from=$comment_list item=item}
{$item.frontend_text}
# {$item.comment_number} - {if $item.comment_author_homepage == '' or $item.comment_author_homepage == 'http://'} {$item.comment_author_name} {else} {$item.comment_author_name} - {/if} {$item.comment_date} - {$item.comment_time} - {$txt_city}: {$item.comment_author_city} - {$txt_state}: {$item.comment_author_state} - {$txt_country}: {$item.comment_author_country}
{/foreach}
{/if} {if $show_comments == true and $comment_list and $display_pagination}
{if $browse_previous == 2} {$txt_start} « {$txt_previous_page} {else} {$txt_start} « {$txt_previous_page} {/if} {if $browse_next == 2} {$txt_next_page} » {$txt_end} {else} {$txt_next_page} » {$txt_end} {/if}
{/if} {if $show_form == true}

{$txt_sign_guestbook}

{if $show_list_link == true} {$txt_guestbook_entries} {/if}
{$form.hidden} {if $active_form == true} {/if}
{foreach from=$message item=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.city.label} {$form.city.html}
{$form.state.label} {$form.state.html}
{$form.country.label} {$form.country.html}
{call_module trigger="frontend_textarea" field=$comment_field_name}
{if $form.$comment_field_name.error} {$form.$comment_field_name.error} {else} {$form.$comment_field_name.label} {/if} {$form.$comment_field_name.html}
{call_module trigger="frontend_comment_form"}
{$form.save.html}
{/if}
{call_module trigger="frontend_content_footer" data="$page_data"}