{% extends "base.html" %} {% block page %}
{% if values %} {% if host_info %} {% if app in ('php','tomcat','python','java') %} 服务器{{ host_info[0] }}的{{ app }}应用端口{{ host_info[1] }}使用以下第三方资源: {% else %} {% if host_info[1] == 0 %} 服务器{{ host_info[0] }}的{{ app }}应用集群被以下自有资源使用: {% else %} 服务器{{ host_info[0] }}的{{ app }}应用端口{{ host_info[1] }}被以下自有资源使用: {% endif %} {% endif %} {% else %} {{ app }}应用服务列表: {% endif %} 返回
{% for t in tables %} {% endfor %} {% for val in values %} {% if val %} {% for va in val[6:] %} {% endfor %} {% endif %} {% endfor %}
{{ t }}
{{ val[1] }} {{ val[2] }} {{ val[5] }} {{ va }}
{% endif %}
{% endblock page %}