{% from "macros/hashcode_table.html" import hashcode_table %}

{{ labels.take_home_label }}

{{ exam_info.exam_name }}

{{ labels.room_label }}: {{ student.room }} {{ labels.date_label }}: {{ exam_info.date }}
Name: {{ student.first_name }} {{ student.last_name }}

{{ labels.fill_in_label }}

{{ hashcode_table(exam_info.hashcode_num_blocks, exam_info.hashcode_block_size) }}