{if $cms->id != $cgv_id} {include file="$tpl_dir./breadcrumb.tpl"} {/if} {if isset($cms) && !isset($category)} {if !$cms->active}

{l s='This CMS page is not visible to your customers.'}

{/if}
{$cms->content}
{elseif isset($category)}

{$category->name|escape:'htmlall':'UTF-8'}

{if isset($sub_category) & !empty($sub_category)}

{l s='List of sub categories in '}{$category->name}{l s=':'}

{/if} {if isset($cms_pages) & !empty($cms_pages)}

{l s='List of pages in '}{$category->name}{l s=':'}

{/if}
{else} {l s='This page does not exist.'} {/if}