{if $staticpage_author or $staticpage_lastchange}
{if $staticpage_author}{$CONST.POSTED_BY} {$staticpage_author|escape}{/if}{if $staticpage_lastchange} {$CONST.ON} {/if}
{/if}
{if is_array($staticpage_childpages)}
{foreach from=$staticpage_childpages item="childpage"}
- {$childpage.pagetitle|escape}
{/foreach}
{/if}
{if $staticpage_pass AND $staticpage_form_pass != $staticpage_pass}
{else}
{if $staticpage_precontent}
{$staticpage_precontent}
{/if}
{if $staticpage_content}
{$staticpage_content}
{/if}
{/if}