%# (C) COPYRIGHT HELP/SYSTEMS, L.L.C. 2010 %>
<%
dialog_id = "job_nst_popup"
url = hold_confirm_job_path
%>
<% unless @nst.next_scheduled_time.nil? %>
<%= t 'jobs.next_scheduled_time_message', :name => h(@job.name),
:date => format_timestamp(@nst.next_scheduled_time) %>
<% else %>
<%= t 'jobs.no_next_scheduled_time', :name => h(@job.name) %>
<% end%>