<%= t('sl_no') %> | <%= t('first_name') %> | <%= t('batch') %> | <%= t('adm_no') %> |
<%= i+1 %> | <%= link_to student.full_name, :controller => "finance", :action => "fees_student_dates", :id => student.id%> | <%= student.batch.full_name %> | <%= student.admission_no %> |
<%= t('no_students_found') %> |