{% from 'include/input_macros.html' import checkbox %} {% if service == 'haproxy' %} {% if settings %} {% for s in settings %} {% if s.haproxy_enterprise != '' %} {% endif %} {% endfor %} {% else %} {% endif %} {% endif %}
HAProxy Enterprise {% if s.value == '1' and s.setting == 'haproxy_enterprise' %} {{ checkbox('haproxy_enterprise', checked='checked', title='This server uses HAProxy enterprise') }} {% else %} {{ checkbox('haproxy_enterprise', title='This server uses HAProxy community') }} {% endif %}
HAProxy Enterprise {{ checkbox('haproxy_enterprise', title='This server uses HAProxy community') }}