{% extends "base.html" %} {% block content %}

Configuration

{% if saved %}

Saved

{% endif %}

Edit core settings for triage, time frames, and processing.

General

Zoho (optional)

WhatsApp

Processing

Alert Time Frames

{% set frames = cfg.time_frames %} {% for i in rows %} {% set row = frames[i] if frames and i < frames|length else None %} {% endfor %}
Name Hours Alert Level
{% endblock %}