{# core/modules/notify/templates/modals/channel.html Variablen: channel – bestehender Kanal-Dict (Edit) oder None (Create) channel_id – ID des Kanals (Edit) oder None (Create) title – Dialog-Titel submit_url – POST-Ziel selected_backend – Backend-Key (ntfy, …) #} {% from "partials/components/ui_macros.html" import modal_title, modal_footer %} {% set is_edit = channel is not none %} {% set v = channel or {} %} {% set cur_backend = selected_backend or 'ntfy' %}