!!! 5
%html
%head
%title Students
%meta{ charset: 'utf-8' }
= wicked_pdf_stylesheet_link_tag 'pdf'
%body
%h2.headline Students
%table.table.mt-3
%thead
%tr
%th.caption.text-muted Student
%th.caption.text-muted Family
%th.caption.text-muted Current Grade
%tbody
- students.each do |student|
%tr
%td.caption= student.full_name(:reverse)
%td.caption= student.family.name
%td.caption= grades[student.grade]