{% extends 'layout/base.twig' %} {% set title = 'Edit Notification Group' %} {% set pageTitle = 'Edit Notification Group' %} {% set pageDescription = group.name %} {% set pageIcon = 'fas fa-edit' %} {% set channelIcons = { email: 'fa-envelope', telegram: 'fa-telegram', discord: 'fa-discord', slack: 'fa-slack', mattermost: 'fa-comments', pushover: 'fa-mobile-alt', webhook: 'fa-link' } %} {% set channelIconPrefixes = { email: 'fas', telegram: 'fab', discord: 'fab', slack: 'fab', mattermost: 'fas', pushover: 'fas', webhook: 'fas' } %} {% set channelColors = { email: 'blue', telegram: 'blue', discord: 'indigo', slack: 'teal', mattermost: 'green', pushover: 'red', webhook: 'purple' } %} {% block content %}
No channels configured yet
Add your first channel below to start receiving notifications
{% if channel.channel_type == 'email' %} {{ config.email|default('No email') }} {% elseif channel.channel_type == 'telegram' %} Chat: {{ config.chat_id|default('N/A') }} {% elseif channel.channel_type == 'pushover' %} User: {{ (config.user_key|default('N/A'))|slice(0, 10) }}... {% elseif channel.channel_type == 'webhook' %} {% set format = config.format|default('generic') %} Format: {{ formatLabels[format]|default(format|capitalize) }} {% else %} Webhook configured {% endif %}
No domains assigned to this group yet
Add a DomainExpires: {{ domain.expiration_date ? domain.expiration_date|date('M j, Y') : 'Unknown' }}
{% endfor %}