{% if person.photo %}
![]() |
{{ person.first_name }} {{ person.additional_name }} {{ person.last_name }} | ||
{{ person.get_sex_display }} | |||
{{ person.street }} {{ person.housenumber }} | {{ person.postal_code }} {{ person.place }} | ||
{{ person.phone_number }} | {{ person.mobile_number }} | ||
{{ person.email }} | |||
{{ person.date_of_birth|date }} |
{% trans 'Absences' %} | {{ person.absence_count }} | ||
---|---|---|---|
{{ absence_reason.name }} | {{ person|get_dict:absence_reason.count_label }} | ||
{{ absence_reason.name }} | {{ person|get_dict:absence_reason.count_label }} | ||
{% trans 'Tardiness' %} | {{ person.tardiness_sum }}'/{{ person.tardiness_count }}× |
{{ extra_mark.name }} | {{ person|get_dict:extra_mark.count_label }} |
---|
{% trans 'Date' %} | {% trans 'Subj.' %} | {% trans 'Te.' %} | {% trans 'Absent' %} | {% trans 'Tard.' %} |
---|---|---|---|---|
{{ participation.documentation.datetime_start.date }} | {{ participation.documentation.subject.short_name }} | {{ participation.note.documentation.teachers.all|join:', ' }} | {{ participation.absence_reason.short_name }} | {{ participation.tardiness }} |
{% trans 'Date' %} | {% trans 'Subj.' %} | {% trans 'Te.' %} | {% trans 'Remarks' %} | |
---|---|---|---|---|
{{ note.documentation.datetime_start.date }} | {{ note.documentation.subject.short_name }} | {{ note.documentation.teachers.all|join:', ' }} | {{ note.extra_mark.short_name }} | {{ note.note }} |