{% import 'languages/'+lang|default('en')+'.html' as lang %}
{{lang.words.all|title()}} {{lang.words.services}}
{% if server.haproxy|int() == 0 %}
| HAProxy |
+ |
{% endif %}
{% if server.nginx|int() == 0 %}
| NGINX |
+ |
{% endif %}
{% if server.apache|int() == 0 %}
| Apache |
+ |
{% endif %}
{% if server.keepalived|int() == 0 %}
| Keepalived |
+ |
{% endif %}
{{lang.words.actives|title()}} {{lang.words.services}}
{% if server.haproxy|int() == 1 %}
| HAProxy |
- |
{% endif %}
{% if server.nginx|int() == 1 %}
| NGINX |
- |
{% endif %}
{% if server.apache|int() == 1 %}
| Apache |
- |
{% endif %}
{% if server.keepalived|int() == 1 %}
| Keepalived |
- |
{% endif %}