!!! 5
%html
%head
%title Missing Vaccinations
%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 Name
%th.caption.text-muted Grade
%th.caption.text-muted Grade Required
%tbody
- students.each do |student, vaccines|
%tr
%td.caption= student.full_name(:reverse)
%td.caption= grade_labels[student.grade]
%td.caption
- vaccines.each do |vaccine|
%tr
%td
%td.caption
%span.ml-5= vaccine.name
%td.caption= grade_labels[vaccine.grade]