View/edit {{ service["SERVER_NAME"] }} configuration
    {% set check = {"active": "active", "selected": "true"} %} {% for k, v in config["CONFIG"].items() %}
  • {{ k }}
  • {% if check.update({"active": "", "selected": "false"}) %} {% endif %} {% endfor %}
{% set check = {"class": "show active"} %} {% for k, v in config["CONFIG"].items() %}
{% for param in v["params"] %} {{ form_service_gen("edit", id_server_name, param["id"], param["label"], param["type"], service[param["env"]], param["env"])|safe }} {% endfor %}
{% if check.update({"class": ""}) %} {% endif %} {% endfor %}