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

{{ labels.hand_in_label }}

{{ exam_info.exam_name }}

{{ labels.room_label }}: {{ student.room }} / {{ student.seat }} {{ labels.date_label }}: {{ exam_info.date }}
Name: {{ student.first_name }} {{ student.last_name }}
{{ labels.username_label }}: {{ student.username }}
{{ labels.password_label }}: {{ student.password }}

{{ labels.fill_in_label }}

{{ hashcode_table(exam_info.hashcode_num_blocks, exam_info.hashcode_block_size) }}
{{ labels.signature_label }}:
{{ student.first_name }} {{ student.last_name }}