<% title _("Tasks") %> <% title_actions help_path%> <% for task in @tasks %> <% end %>
<%= _("Action") %> <%= _("State") %> <%= _("Result") %> <%= sort :started_at, :as => _("Started at") %> <%= _("User") %>
<%= task.state %> <%= task.result %> <%= task.started_at %> <%= task.username %>
<%= page_entries_info @tasks %> <%= will_paginate @tasks %>