{% extends "layout.html" %} {% block head %} {{ super() }} {% endblock head %} {% block content %}

虚拟机模板

{% for item in os_templates_ret.data %} {% endfor %}
名称 状态 路径 ICON 初始化作业 操作

{{ item.label }}

{% if item.active == 0 %} 未启用 {% else %} 启用 {% endif %} {{ item.path }} {{ item.boot_job_id }}
共有{{ os_templates_ret.paging.total }}条,每页显示:   条
{% endblock content %}