{% extends 'base.html' %} {% block content %}
Home network security scanner
Create your first scan profile to start monitoring your home network.
Create your first scan profile| Profile | Actions |
|---|---|
|
{% if worst %}
{% if worst == 'critical' %}🔴{% elif worst == 'warning' %}🟡{% else %}🟢{% endif %}
{% endif %}
{{ p.name }}
{% if p.enabled %}Enabled{% else %}Disabled{% endif %}
Every {{ p.schedule_interval }} day{{ p.schedule_interval|pluralize }}
|