{include file="$admintemplatepath/header.template"} {include file="$admintemplatepath/navigation.template" showOpt=manageHaiku title=$locale->tr("manage_haiku")}
{include file="$admintemplatepath/successmessage.template"} {include file="$admintemplatepath/errormessage.template"}
{$locale->tr("haiku")}:
{$locale->tr("syllable")}:
{if !$haikuList} {else} {foreach from=$haikuList item=haiku} {/foreach} {/if}
ID {$locale->tr("text")} {$locale->tr("syllable")}
{$haiku->getId()} {$haiku->getText()} {$haiku->getSyl()}
{include file="$admintemplatepath/adminpager.template" style=list}
{include file="$admintemplatepath/footernavigation.template"} {include file="$admintemplatepath/footer.template"}