{{ 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.upcase }}
|
|
% else
Stopped
|
{{ alert.last_enqueue.strftime("at %I:%M%p") if alert.last_enqueue }}
|
{{ alert.status.upcase }}
|
|
% end