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