{extends file="$tpl_admin_layout"} {block name="content"}
{$_L['Total Database Size']}: {$dbsize} MB
{foreach $tables as $tbl} {/foreach}
{$_L['Table Name']} {$_L['Rows']} {$_L['Size']}
{$tbl['name']} {$tbl['rows']} {$tbl['size']} Kb
{/block}