Skip to content
Snippets Groups Projects
Verified Commit c868b44f authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Add absences, unexcused lessons and tardiness to printout.

parent 94f6730d
No related branches found
No related tags found
1 merge request!28Resolve "[Printout] Add one page per student in group"
......@@ -195,6 +195,25 @@
</table>
{% endif %}
<h3>{% trans 'Absences and tardiness' %}</h3>
<table>
<thead>
<tr>
<th>{% trans 'Absences' %}</th>
<th>{% trans 'Unexcused' %}</th>
<th>{% trans 'Tardiness' %}</th>
</tr>
</thead>
<tbody>
<tr>
<td>{{ person.absences }}</td>
<td>{{ person.unexcused }}</td>
<td>{{ person.tardiness </td>
</tr>
</tbody>
</table>
<h3>{% trans 'Relevant personal notes' %}</h3>
<table>
<thead>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment