!!! 5 %html %head %title Applicant Agreements %meta{ charset: 'utf-8' } = wicked_pdf_stylesheet_link_tag 'pdf' %body - agreements.each do |agreement| - response = responses[agreement.id] .d-block.headline.font-weight-bold.my-2= agreement.name .d-block.body-2.mb-2= agreement.body.html_safe .font-weight-bold.body-2.mb-3= response ? 'Agreed' : 'Did not agree'