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

Display gorup note in printout and in previous lesson summary

parent 7efffb97
No related branches found
No related tags found
1 merge request!65Resolve "Add support for group notes"
Pipeline #3078 passed
......@@ -86,6 +86,13 @@
</tr>
{% endif %}
{% if prev_doc.group_note %}
<tr>
<th class="collection-item">{% trans "Group notes for this lesson:" %}</th>
<td>{{ prev_doc.group_note }}</td>
</tr>
{% endif %}
{% if absences %}
<tr>
<th>{% trans "Absent persons:" %}</th>
......
......@@ -341,6 +341,7 @@
</td>
<td class="lesson-homework">{{ documentations.0.homework }}</td>
<td class="lesson-notes">
{{ documentations.0.group_note }}
{% for note in notes %}
{% if note.absent %}
<span class="lesson-note-absent">
......
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