{% if operation != "" %}
{{ operation }}
{% endif %}
{% if services|length == 0 %}
No service to show...
{% endif %}
{% for service in services %}
{% set id_server_name = service["SERVER_NAME"].replace(".", "-") %}
Summary
Reverse proxy
Serve files
Remote PHP
HTTPS
ModSecurity
Bad behavior
Limit req
DNSBL
{% include "services-edit.html" %}
{% include "services-delete.html" %}
{% endfor %}
{% include "services-new.html" %}
{% endblock %}