<%%= t("web-app-theme.all", :default => "All") %> <%= plural_model_name %>

<% unless columns.empty? -%> <% end -%> <%% @<%= plural_resource_name %>.each do |<%= resource_name %>| -%> "> <% unless columns.empty? -%> <% end -%> <%% end -%>
ID <%%= t("activerecord.attributes.<%= singular_controller_routing_path %>.<%= columns.first.name %>", :default => t("activerecord.labels.<%= columns.first.name %>", :default => "<%= columns.first.name.capitalize %>")) %> <%%= t("web-app-theme.created_at", :default => "Created at") %>  
<%%= <%= resource_name %>.id %> <%%= link_to <%= resource_name %>.<%= columns.first.name %>, <%= singular_controller_routing_path %>_path(<%= resource_name %>) %> <%%= <%= resource_name %>.created_at %> <%%= link_to "#{t("web-app-theme.show", :default => "Show")}", <%= singular_controller_routing_path %>_path(<%= resource_name %>) %> | <%%= link_to "#{t("web-app-theme.edit", :default => "Edit")}", edit_<%= singular_controller_routing_path %>_path(<%= resource_name %>) %> | <%%= link_to "#{t("web-app-theme.delete", :default => "Delete")}", <%= singular_controller_routing_path %>_path(<%= resource_name %>), :method => :delete, :confirm => "#{t("web-app-theme.confirm", :default => "Are you sure?")}" %>
<% if options.will_paginate %> <%%= will_paginate @<%= plural_resource_name %> %> <% end %>
<%% content_for :sidebar, render(:partial => 'sidebar') -%>