${view.l('List of')} ${type!}

<#if (type!?contains("pages") || type!?contains("posts") || type!?contains("tabs")|| type!?contains("emails")) >

${view.l('Add new one')}

<#if (type?contains("pages") || type?contains("posts")) >
<#if (type?contains("posts")) > <#else>
<#if (!type?contains("pages") && !type?contains("posts"))> <#if (type?contains("pages") || type?contains("posts"))> <#if type?contains("emails")> <#list rows.iterator() as row> <#if (!type?contains("pages") && !type?contains("posts"))> <#if (type?contains("pages") || type?contains("posts"))> <#if type?contains("emails")>
ID ${view.l('Enabled')} ${view.l('Title')} ${view.l('CPU')} ${view.l('Page type')}
${row.getPageid()!} checked onclick="window.location.href = '${baseurl}admin/page-enable?id=${row.getPageid()!}&enable=<#if row.getEnable()??>disable<#else>enable'" /> ${row.getTitle()!} ${row.getCpu()!} ${row.getDirection()!}
<#include "/cms/standart/default/pagination.html">