%
paginate_options = {
:class => :add_note_link,
:previous_label => '« '+ t('common.previous'),
:next_label => t('common.next')+' »',
:inner_window => 2
}
%>
<%= t('projects.no_projects') %>
>
<%= "#{@total} (#{@range_low}-#{@range_high})" %>
<%= t('states.completed_plural' )%> <%= t('common.projects') %>
<%= render :partial => 'project_listing', :collection => @projects %>