{{extend 'layout.html'}}

System Pages

Create New page

{{=form}}

Current Pages

{{for page in pages:}} {{pass}}
{{=A(page.slug,_href=URL(r=request,f='page',args=page.slug))}} {{=page.title}} {{=page.created_on}} {{=page.is_public and T('pública') or T('privada')}} {{=page.role}} {{=page.is_active and T('Activa') or T('Inactiva')}} [{{=A('edit',_href=URL(r=request,f='page_edit',args=page.slug))}}]

Info

Pages started with undescore are considered system pages. In particular: