Skip to content
Snippets Groups Projects
Verified Commit 084d3e00 authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Fix group names in lesson event description

parent 05dcffa9
No related branches found
No related tags found
1 merge request!301New data model based on calendar events
{% load i18n %}{% trans "Groups" %}: {{ event.group_names_with_amends|default:"–" }}{% if event.subject %}
{% load i18n %}{% trans "Groups" %}: {{ event.group_names|default:"–" }}{% if event.subject %}
{% trans "Subject" %}: {{ event.subject_name_with_amends }}{% endif %}
{% trans "Teachers" %}: {{ event.teacher_names_with_amends|default:"–" }}
{% trans "Rooms" %}: {{ event.room_names_with_amends|default:"–" }}{% if event.comment %}
......
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