%
paginate_options = {
:class => :add_note_link,
:previous_label => '« '+ t('common.previous'),
:next_label => t('common.next')+' »',
:inner_window => 2
}
%>
<%= "#{@total} (#{@range_low}-#{@range_high})" %>
<%= t('todos.completed_recurring') %>
<%= t('todos.no_completed_recurring') %>
<%= render :partial => @completed_recurring_todos %>