{{response.files.append(URL(r=request,c='static',f='jquery.dataTables.min.js'))}} {{response.files.append(URL(r=request,c='static',f='demo_table.css'))}} {{extend 'layout.html'}}

List Companies

[toggle]

New Company

{{=form}}


{{for company in companies:}} {{pass}}
NameActions
{{=link_company(company)}} {{=button('contacts','list_persons',company.id)}} {{=button('edit','edit_company',company.id)}}