{% extends "base.html" %} {% block content %}
{% if operation != "" %} {% endif %} {% if services|length == 0 %}
No service to show...
{% endif %} {% for service in services %} {% set id_server_name = service["SERVER_NAME"].replace(".", "-") %}
{{ service["SERVER_NAME"] }}
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 %}