{% load i18n %} {% if affected_teachers and affected_groups %}
{% if affected_teachers %}
{% trans "Affected teachers" %}
{% include "chronos/partials/teachers.html" with teachers=affected_teachers %}
{% endif %} {% if affected_groups %}
{% trans "Affected groups" %}
{% include "chronos/partials/groups.html" with groups=affected_groups %}
{% endif %}
{% if print %}
{% endif %} {% endif %}