{{ alert.name }} {{ alert.cron }} % alert.notification.each do |type, destination| {{ type}}: {{destination}}
% end % if alert.enqueue? Running at {{ alert.job.cron }} {{ alert.last_enqueue.strftime("at %I:%M%p") if alert.last_enqueue }} {{ alert.status }}
% else Stopped
% end