{% extends "layout.html" %} {% block head %} {{ super() }} {% endblock head %} {% block content %}
{% for item in os_templates_image_ret.data if item.kind == 0 %} {% endfor %}
ID 名称 状态 路径 发行版本 操作
{{ item.id }}

{{ item.label }}

{% if item.active == 0 %} 未启用 {% else %} 启用 {% endif %}

{{ item.path }}

{% if item.logo == "" %} {% else %} {% endif %}

{{ os_templates_profile_mapping_by_id[item.os_template_profile_id].os_product_name }}

共有{{ public_count }}条
{% endblock content %}