[%if espcms_count($array)>0 || espcms_count($array_top)>0 %]
| [%pack:database_pack-espcms_lable_database_name%] |
[%pack:database_pack-espcms_lable_database_type%] |
[%pack:database_pack-espcms_lable_database_num%] |
[%pack:database_pack-espcms_lable_database_size%] |
[%pack:database_pack-espcms_lable_database_spsize%] |
[%pack:database_pack-espcms_lable_database_uncode%] |
[%pack:public_pack-espcms_lable_control_name%] |
[%forlist from=$array key=i%]
| [%$array[i].Name%] |
[%$array[i].Engine%] |
[%$array[i].Rows%] |
[%$array[i].Data_length|format_size(1)%] |
[%$array[i].Data_free|format_size(1)%] |
[%$array[i].Collation%] |
|
[%/forlist%]
[%else%]
| [%pack:public_pack-espcms_no_infomessage%] |
[%/if%]