value="{{ config.dashboard.email if config.dashboard and config.dashboard.email else '' }}"
placeholder="admin@example.com">
<smallstyle="color: #666; display: block; margin-top: 5px;">Email address to receive admin notifications. Requires SMTP to be configured and enabled.</small>
<smallstyle="color: #666; display: block; margin-bottom: 16px;">Select which events trigger an email to the admin. SMTP must be enabled and an admin email must be set above.</small>
{% set notif = config.dashboard.notifications if config.dashboard and config.dashboard.notifications else {} %}