Listing absences

<% for column in Absence.content_columns %> <% end %> <% for absence in @absences %> <% for column in Absence.content_columns %> <% end %> <% end %>
<%= column.human_name %>
<%=h absence.send(column.name) %><%= link_to 'Show', :action => 'show', :id => absence %> <%= link_to 'Edit', :action => 'edit', :id => absence %> <%= link_to 'Destroy', { :action => 'destroy', :id => absence }, :confirm => 'Are you sure?', :method => :post %>
<%= link_to 'Previous page', { :page => @absence_pages.current.previous } if @absence_pages.current.previous %> <%= link_to 'Next page', { :page => @absence_pages.current.next } if @absence_pages.current.next %>
<%= link_to 'New absence', :action => 'new' %>