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