{% extends 'config/base.html' %} {% block content %} {#{{ uf }}#}
{% csrf_token %}
{% if sls_name.sls_conf == 0 %} 需要配置文件 不需要 {% else %} 需要配置文件 不需要 {% endif %}

提醒!

注意: 此处的选择直接决定该软件是否有配置文件
需要配置文件的服务如:nginx,lvs,haproxy或其它应用默认为不需要配置文件
{% endblock content %}