{% from 'include/input_macros.html' import checkbox %}
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') }} |