{% extends "crowdsec_base.html" %} {% block title %}Dashboard - RealNAS Security{% endblock %} {% block style %} {% endblock %} {% block content %}

RealNAS Security Scenario Management

{% with messages = get_flashed_messages() %} {% if messages %}
{% for message in messages %}
{{ message }}
{% endfor %}
{% endif %} {% endwith %} {% for scenario in scenarios %} {% endfor %}
Scenario Description Status Action
{{ scenario.description }} {% if scenario.installed %} Installed {% else %} Removed {% endif %}
{% if scenario.installed %} {% else %} {% endif %}
{% endblock %}