{% extends "core/base_print.html" %} {% load static i18n data_helpers week_helpers %} {% block page_title %} {% trans "Class register:" %} {{ group.name }} {% endblock %} {% block extra_head %} {% endblock %} {% block content %}
({{ school_term.date_start }}–{{ school_term.date_end }})
{% static "img/aleksis-banner.svg" as aleksis_banner %}{% trans 'Owners' %}: {{ group.owners.all|join:', ' }}
{% trans 'Printed on' %} {{ today }}
{% blocktrans %} This printout is intended for archival purposes. The main copy of the class register is stored in the AlekSIS School Information System. {% endblocktrans %}
{% blocktrans %} Copies of the class register, both digital and as printout, must only be kept inside the school and/or on devices authorised by the school. {% endblocktrans %}
{% blocktrans %} The owner of the group and the headteacher confirm the above, as well as the correctness of this printout. {% endblocktrans %}
{% trans 'No.' %} | {% trans 'Last name' %} | {% trans 'First name' %} | {% trans 'Sex' %} | {% trans 'Date of birth' %} | {% trans '(a)' %} | {% trans "(e)" %} | {% for excuse_type in excuse_types %}({{ excuse_type.short_name }}) | {% endfor %}{% trans '(u)' %} | {% trans '(b)' %} | {% for extra_mark in extra_marks %}{{ extra_mark.short_name }} | {% endfor %}
---|---|---|---|---|---|---|---|---|---|---|
{{ forloop.counter }} | {{ person.last_name }} | {{ person.first_name }} | {{ person.get_sex_display }} | {{ person.date_of_birth }} | {{ person.absences_count }} | {{ person.excused }} | {% for excuse_type in excuse_types %}{{ person|get_dict:excuse_type.count_label }} | {% endfor %}{{ person.unexcused }} | {{ person.tardiness }}'/{{ person.tardiness_count }} × | {% for extra_mark in extra_marks %}{{ person|get_dict:extra_mark.count_label }} | {% endfor %}
{% trans 'Subject' %} | {% trans 'Teacher' %} | {% trans 'Lesson start' %} | {% trans 'Lesson end' %} | {% trans 'Per week' %} |
---|---|---|---|---|
{{ lesson.subject.name }} | {{ lesson.teachers.all|join:', ' }} | {{ lesson.validity.date_start }} | {{ lesson.validity.date_end }} | {{ lesson.lesson_periods.count }} |
{% trans 'Group' %} | {% trans 'Subject' %} | {% trans 'Teacher' %} | {% trans 'Lesson start' %} | {% trans 'Lesson end' %} | {% trans 'Per week' %} |
---|---|---|---|---|---|
{{ child_group.name }} | {{ lesson.subject.name }} | {{ lesson.teachers.all|join:', ' }} | {{ lesson.validity.date_start }} | {{ lesson.validity.date_end }} | {{ lesson.lesson_periods.count }} |
{% if person.photo %}
![]() |
person | {{ person.first_name }} {{ person.additional_name }} {{ person.last_name }} | |
face | {{ person.get_sex_display }} | ||
home | {{ person.street }} {{ person.housenumber }} | {{ person.postal_code }} {{ person.place }} | |
phone | {{ person.phone_number }} | {{ person.mobile_number }} | |
{{ person.email }} | |||
cake | {{ person.date_of_birth|date }} |
{% trans 'Absences' %} | {{ person.absences_count }} | |
---|---|---|
{% trans "thereof" %} | {% trans 'Excused' %} | {{ person.excused }} | {{ excuse_type.name }} | {{ person|get_dict:excuse_type.count_label }} | {% endfor %}
{% trans 'Unexcused' %} | {{ person.unexcused }} | |
{% trans 'Tardiness' %} | {{ person.tardiness }}'/{{ person.tardiness_count }} × |
{{ extra_mark.name }} | {{ person|get_dict:extra_mark.count_label }} |
---|
{% trans 'Date' %} | {% trans 'Pe.' %} | {% trans 'Subj.' %} | {% trans 'Te.' %} | {% trans 'Absent' %} | {% trans 'Tard.' %} | {% trans 'Remarks' %} | |
---|---|---|---|---|---|---|---|
{{ note_date }} | {{ note.lesson_period.period.period }} | {{ note.lesson_period.get_subject.short_name }} | {{ note.lesson_period.get_teachers.first.short_name }} | {% if note.absent %} {% trans 'Yes' %} {% if note.excused %} {% if note.excuse_type %} ({{ note.excuse_type.short_name }}) {% else %} ({% trans 'e' %}) {% endif %} {% endif %} {% endif %} | {% if note.late %} {{ note.late }}' {% endif %} | {% for extra_mark in note.extra_marks.all %} {{ extra_mark.short_name }}{% if not forloop.last %},{% endif %} {% endfor %} | {{ note.remarks }} |
{% trans 'Pe.' %} | {% trans 'Subj.' %} | {% trans 'Lesson topic' %} | {% trans 'Homework' %} | {% trans 'Notes' %} | {% trans 'Te.' %} | |
---|---|---|---|---|---|---|
{{ day }} | {% endif %}{{ period.period.period }} | {% if substitution %} {% include "chronos/partials/subs/subject.html" with type="substitution" el=substitution %} {% else %} {% include "chronos/partials/subject.html" with subject=period.lesson.subject %} {% endif %} | {% if substitution.cancelled %} {% trans 'Lesson cancelled' %} {% else %} {{ documentations.0.topic }} {% endif %} | {{ documentations.0.homework }} | {{ documentations.0.group_note }} {% for note in notes %} {% if group in note.groups_of_person.all %} {% if note.absent %} {{ note.person.last_name }}, {{ note.person.first_name|slice:"0:1" }}. {% if note.excused %} {% if note.excuse_type %} ({{ note.excuse_type.short_name }}) {% else %} ({% trans 'e' %}) {% endif %} {% endif %} {% endif %} {% if note.late %} {{ note.person.last_name }}, {{ note.person.first_name|slice:"0:1" }}. ({{ note.late }}′) {% if note.excused %} {% if note.excuse_type %} ({{ note.excuse_type.short_name }}) {% else %} ({% trans 'e' %}) {% endif %} {% endif %} {% endif %} {% endif %} {% for extra_mark in note.extra_marks.all %} {{ note.person.last_name }}, {{ note.person.first_name|slice:"0:1" }}. ({{ extra_mark.short_name }}) {% endfor %} {% endfor %} | {% if documentations.0.topic %} {{ substitution.teachers.first.short_name|default:period.lesson.teachers.first.short_name }} {% endif %} |