<%= t_label "forecast.start_time" %>

<%= format_timestamp(@forecast_event.scheduled_timestamp_utc) %>

<%= t_label "forecast.end_time" %>

<%= format_timestamp(@forecast_event.completed_timestamp_utc) %>

<%= t_label "common.job" %>

<%= h(@forecast_event.forecast_job.job_name) %>

<%= t_label "common.agent" %>

<%= h(@forecast_event.forecast_job.agent_name) %>

<%= t_label "common.init_code" %>

<%= format_initiated_code_no_icon(@forecast_event.scheduled_code) %>

<%= t_label "common.queued_duration" %>

<%= h(duration_to_text(@forecast_event.queued_duration)) %>

<%= t_label "common.running_duration" %>

<%= h(duration_to_text(@forecast_event.running_duration)) %>

<%= t_label "common.duration" %>

<%= h(duration_to_text(@forecast_event.running_duration+@forecast_event.queued_duration)) %>