{{extend 'layout.html'}}
{{=A(page.slug,_href=URL(r=request,f='page',args=page.slug))}} | {{=page.title}} | {{=page.created_on}} | {{=page.public and 'public' or 'private'}} {{=page.role}} | {{=page.active and 'active' or 'inactive'}} | [{{=A('edit',_href=URL(r=request,f='page_edit',args=page.slug))}}] |