{{ p.profile_id }}
{{ statusLabel }}
{% if p.hours_ago is not none %}
{{ _("%.1fh ago")|format(p.hours_ago) if p.hours_ago < 24 else _("%.1fd ago")|format(p.hours_ago/24) }}
{% endif %}
{{ _("No active profiles yet") }}
{{ _("Start the Mock WAF server and run a scenario, then check back.") }}
python tests/mock_waf_server.py --speed 120
{{ _("Open http://127.0.0.1:9999 and click Start") }}