{% include 'header.html' ignore missing %}
数据库备份
表名 {% for table in table_list %} {% endfor %}
数据库恢复
{% for backup in backup_list %} {% endfor %}
目录名 包含文件 操作
{{backup.name}} {{backup.file_name}}-{{backup.size}}K 点击恢复备份 点击删除备份
{% include 'footer.html' ignore missing %}