<% if collapsible %> <%= image_tag("blank.png", :alt => t('common.collapse_expand')) %> <% end %> <%= t('todos.deferred_pending_actions') %> <%= raw(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 } %>