<% paginate_options = { :class => :add_note_link, :previous_label => '« '+ t('common.previous'), :next_label => t('common.next')+' »', :inner_window => 2 } %>
<%= will_paginate @completed_recurring_todos, paginate_options %>

<%= "#{@total} (#{@range_low}-#{@range_high})" %> <%= t('todos.completed_recurring') %>

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

<%= render :partial => @completed_recurring_todos %>