{** search form starts here **}

{** search form ends here **}

{trans key="text_page.pages"}


{trans key="text_page.list_help"}
{include file="templates/pages/textpage/modal-delete.html"} {include file="templates/pages/textpage/modal-publish-unpublish.html"} {if $textpages}
{foreach from=$textpages item="page"} {/foreach}
{trans key="text_page.title"} {trans key="text_page.url"} {trans key="text_page.published"}
{$page.title|htmlspecialchars} {$page.url|htmlspecialchars} {$page.is_active|htmlspecialchars} {trans key="common.edit"} {trans key="common.delete"}
{if $paginator->prevPage} {else} {/if} {if $paginator->nextPage} {else} {/if} {$paginator->itemsFrom}-{$paginator->itemsTo} {trans key="common.of"} {$paginator->itemsCount}
{else}
{trans key="text_page.no_records"}
{/if}