Skip to content
Snippets Groups Projects

Resolve "[Printout] Add one page per student in group"

Merged Tom Teichler requested to merge 46-printout-add-one-page-per-student-in-group into master
1 file
+ 19
0
Compare changes
  • Side-by-side
  • Inline
@@ -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>
Loading