New 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"] %}
{% if param["type"] != "multiple" %} {{ form_service_gen("form-new-" + param["id"], param["label"], param["type"], param["default"], param["env"])|safe }} {% else %} {{ form_service_gen_multiple("form-new-" + param["id"], param["label"], param["params"])|safe }} {% endif %}
{% endfor %}
{% if check.update({"class": ""}) %} {% endif %} {% endfor %}