{% import 'languages/'+lang|default('en')+'.html' as lang %}
{{lang.words.all|title()}} {{lang.words.services}}
{% for s in server %}
{% if s.15|int() == 0 %}
HAProxy |
+ |
{% endif %}
{% if s.14|int() == 0 %}
NGINX |
+ |
{% endif %}
{% if s.24|int() == 0 %}
Apache |
+ |
{% endif %}
{% if s.13|int() == 0 %}
Keepalived |
+ |
{% endif %}
{% endfor %}
{{lang.words.actives|title()}} {{lang.words.services}}
{% for s in server %}
{% if s.15|int() == 1 %}
HAProxy |
- |
{% endif %}
{% if s.14|int() == 1 %}
NGINX |
- |
{% endif %}
{% if s.24|int() == 1 %}
Apache |
- |
{% endif %}
{% if s.13|int() == 1 %}
Keepalived |
- |
{% endif %}
{% endfor %}