<% content_for :header_tags do %> <%= render :partial => 'shared/backlogs_header' %> <%= javascript_include_tag url_for(:controller => '/rb_server_variables', :action => 'show', :project_id => @project) %> <% end %>

<%= l(:label_backlogs) %>

<%= render :partial => 'backlog', :collection => @owner_backlogs %>
<%= render :partial => 'backlog', :collection => @sprint_backlogs %>
<%= render :partial => "rb_stories/helpers" %>
<%= date_string_with_milliseconds(@last_update, 0.001) %>
<% #include calendar js files in case they are needed for edit include_calendar_headers_tags -%>