{% set students_sorted_by_seat = students | sort(attribute='seat') %} {% if add_empty_page %}
{% endif %} {% for student in students_sorted_by_seat %}
{% include "sheets/seating_sheet.html" %}
{% include "sheets/login_sheet.html" %}
{% include "sheets/take_home_sheet.html" %}
{% include "sheets/notes_sheet.html" %}
{% endfor %}