<#Initialization Result#>

{if $errors}

There were errors initializing the database. You database is NOT currently setup properly! The errors below must be resolved before continuing.

{foreach from=$errors item='e'}

{$e|escape}

{/foreach} {/if} {if $actions} {foreach from=$actions key='tbl' item='a'}

{$a.msg}

{/foreach} {elseif !$errors}

Database '{$dbname}' has been initialized!

{/if} {if $allow_next}

Your database has been initialized with default values. Click "Next" to continue!

{/if}