{{define "cp_notifications_general"}} {{template "cp_head" .}}

General notifications

{{template "template_help"}}
{{template "cp_alerts" .}}
{{/* Use .btn-add for simplicity and let the page loader adjust. */}} {{range .NotifyConfig.JoinServerMsgs}}
{{else}}
{{end}}

Available template data is {{template "template_helper_user"}} and {{template "template_helper_guild"}}. YAGPDB will pick one message at random from all configured.

{{/* Use .btn-add for simplicity and let the page loader adjust. */}} {{range .NotifyConfig.LeaveMsgs}}
{{else}}
{{end}}

Available template data is {{template "template_helper_user"}} and {{template "template_helper_guild"}}. YAGPDB will pick one message at random from all configured.

Available template data is {{template "template_helper_user"}} and {{template "template_helper_guild"}}

{{template "cp_footer" .}} {{end}}