{{extend 'plugin_web2admin/w2a_layout.html'}} {{if tables:}} {{for table in tables:}} {{pass}}
{{=T('Table')}} {{=T('Count')}} {{=T('Actions')}}
{{=table}} {{=D()(D()[table]).count()}}
{{else:}}

{{=T('Sorry, you do not have permission to access any tables.')}}

{{pass}}