<%= simple_form_for :filter, { url: complementary_exams_path, method: :get, html: { class: 'filterable_search_form' } } do |f| %>
<%= render 'resources' %>
<%= f.input :by_complementary_exam_setting, as: :select2, elements: ComplementaryExamSetting.ordered, label: false, placeholder: t('.by_complementary_exam_setting') %> <%= f.input :by_step_id, as: :select2, elements: steps, label: false, placeholder: t('.by_step_id') %> <%= f.input :by_recorded_at, as: :date, label: false, placeholder: t('.by_recorded_at') %> <%= link_to t('.new_html'), new_complementary_exam_path, class: 'btn btn-primary pull-right' %>
<%= ComplementaryExam.human_attribute_name :unity %> <%= ComplementaryExam.human_attribute_name :classroom %> <%= ComplementaryExam.human_attribute_name :discipline %> <%= ComplementaryExam.human_attribute_name :complementary_exam_setting %> <%= ComplementaryExam.human_attribute_name :step %> <%= ComplementaryExam.human_attribute_name :recorded_at %>
<%= paginate @complementary_exams %>
<% end %>