<% @table_fields.each do |f| %> <%= thead(f) %> <% end %> <% @askquestions.each do |b| %> <% end %>
<% if b.situation == 'is_waiting' %> <%= t('is_waiting') %> <% elsif b.situation == 'is_processed' %> <%= t('is_processed') %> <% elsif b.situation == 'is_referral' %> <%= t('is_referral') %> <% end %> <%= b.category.title %> <%= b.name %>
<%= b.phone %> <%= b.appointment.strftime("%Y-%m-%d %H:%M") rescue nil %>
<%= content_tag :div, class: "bottomnav clearfix" do content_tag :div, paginate(@askquestions), class: "pagination pagination-centered" end %>