{{extend 'layout.html'}}
{{=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))}}] |