<% @table_fields.each do |f| %> <% if f == 'act.sign_up_count' or f == 'act.export' %> <% else %> <%= thead(f) %> <% end %> <% end %> <% @acts.each do |act| %> <% end %>
<%= t(f)%>
<%= act.category.title %> <% if act.expired? %> <%= t(:expired) %> <% end %> <%= act.title.html_safe %>
<%= Act.time_range(act.sign_start_date, act.sign_end_date) %> <%= Act.time_range(act.act_start_date, act.act_end_date) %> <%= format_value(act.postdate,'yyyy-MM-dd') %> "><%= format_value(act.end_date,'yyyy-MM-dd') %> <%= act.act_signups.count %> <%= t('act.export') %>
<%= content_tag :div, class: "bottomnav clearfix" do content_tag :div, paginate(@acts), class: "pagination pagination-centered" end %>