'
+ . '| Status | ' . $stateBadge . ' |
'
+ . '| Schedule | ' . htmlspecialchars($friendlySchedule) . ' |
'
. '| Next Reset | ' . htmlspecialchars($nextFormatted) . ' ' . $nextBadge . ' |
'
. '| Last Reset | ' . htmlspecialchars($lastFormatted) . ' |
'
. '| Runs | ' . (int) ($task['times_executed'] ?? 0) . ' executed, ' . (int) ($task['times_failed'] ?? 0) . ' failed |
'
+ . '| Baseline | ' . ($snapshotExists ? 'Saved' : 'Not taken yet') . ' |
'
+ . '| Banner | ' . ($bannerOn ? 'On' : 'Off') . ($countdownOn ? ' + countdown' : '') . ' |
'
+ . '| Images | ' . ($mediaOn ? 'Included' : 'Excluded') . ' |
'
. '
'
. '