%# (C) COPYRIGHT HELP/SYSTEMS, L.L.C. 2009 %>
<% if @current_user.show_getting_started %>
<% render(:layout => 'section',:locals => {:section_id => "getting-started",
:section_title => t(".getting_started")}) do %>
<%= render :partial => 'getting_started_general' %>
<% end %>
<% end %>
<% render(:layout => 'section',:locals => {:section_id => "scheduler-status",
:section_title => t(".current_status")}) do %>
<%= render :partial => 'current_status' %>
<% end %>
<% render(:layout => 'section_with_title',:locals => {:section_id => "quick-job-section",
:section_title => t('.job_history_summary')}) do %>
<%= render :partial => 'quick_job_stats' %>
<% end %>
<% render(:layout => 'section',:locals => {:section_id => "requires-attention",
:section_title => t('.action_required')}) do %>
<%= render :partial => 'action_required' %>
<% end %>