{* $Id: pages.tpl 2378 2006-10-27 11:03:59Z zeke $ *} {capture name="mainbox"} {include file="common_templates/pagination.tpl"} {if $pages} {foreach from=$pages item=page key=key} {/foreach}
{$page.page}
{if $page.short_description}

{$page.short_description|truncate:280:"... `$lang.more_link`"}


{/if}
{else}


{$lang.text_no_pages}
 

{/if} {include file="common_templates/pagination.tpl"} {/capture} {if !$title} {$smarty.capture.mainbox} {else} {include file="common_templates/mainbox.tpl" title=$title content=$smarty.capture.mainbox} {/if}