{% extends "base.html" %} {% block content %}
{% if active_tab == 'email' %}

Email accounts

Kies welk mailbox Herman gebruikt om te versturen. IMAP velden zijn voor latere inbox-sync.

Actief
{% elif active_tab == 'permissions' %}

Herman β€” Module rechten

Bepaal welke bedrijfsprocessen Herman mag benaderen. Grant all = volledige toegang.

Live

{% elif active_tab == 'general' %}

General

Dashboard: http://10.4.7.18:8600 Β· Telegram: @klaploper_bot Β· Ochtend briefing: 07:00

Meer instellingen (Telegram tijd, timezone) komen hier later.

{% endif %}
{% endblock %} {% block scripts %} {% if active_tab == 'email' %} {% endif %} {% endblock %}