<% if collapsible %> <%= image_tag("collapse.png") %> <% end %> <%= t('todos.deferred_pending_actions') %> <%= append_descriptor ? append_descriptor : '' %>

<%= t('todos.no_deferred_pending_actions') %>

<%= render :partial => "todos/todo", :collection => deferred, :locals => { :parent_container_type => parent_container_type } %> <%= render :partial => "todos/todo", :collection => pending, :locals => { :parent_container_type => parent_container_type } %>