!!! 5
%html
%head
%title Medical Alerts
%meta{ charset: 'utf-8' }
= wicked_pdf_stylesheet_link_tag 'pdf'
%body
%div.w-100.float-left
%table.table
%thead
%tr.remove-top-border
%th.caption.text-muted Student Name
%th.caption.text-muted Grade
%th.caption.text-muted Medical Alert
%tbody
- students.each do |student|
%tr
%td.caption= student.full_name(:reverse)
%td.caption= student.grade_level
%td.caption= student.medical_alerts