{$Lang->Get('ADMIN_TITLE', 'guestbook')}


{if $errors}

{$Lang->Get('ERR_ENTRY_NOT_CREATED', 'guestbook')}

{/if} {if count($entries) < 1}

{$Lang->Get('NO_ENTRIES', 'guestbook')}

{else}
{foreach from="$entries" item="entry"}
{$entry->title}
{$entry->created|date_format:"%A %e %B %Y %H:%M"}, {$entry->author}
{if $entry->comment_count > 0} {foreach from=$entry->comments item="comment"}
{$comment->title}
{$comment->created|date_format:"%A %e %B %Y %H:%M"}, {$comment->author}
{/foreach} {/if} {/foreach} {/if} {if $errors} {/if}