<%= render :partial => 'shared/costs_header' %>

<%=l(:label_cost_object_plural)%>

<% html_title(l(:label_cost_object_plural)) %> <% if @cost_objects.empty? %>

<%= l(:label_no_data) %>

<% else %> <%= render :partial => 'list', :locals => {:cost_objects => @cost_objects} %> <%= pagination_links_full @cost_objects %> <% end %>

<%= l(:label_export_to) %> <%= link_to 'CSV', {:format => 'csv'}, :class => 'csv' %>

<% html_title l(:label_cost_object_plural) %>