{% extends "base.html" %} {% block content %} {% if servers_all|length == 0 %} {% include 'include/getstarted.html' %} {% else %} {% for s in servers_all %} {% endfor %}
Server Action WAF mode Metrics
{% for s in servers %}
{% endfor %}
You can read the description and watch a video about WAF here
{% endif %} {% endblock %}