{% load i18n %}
{% trans "Supervision" %}
{{ supervision.area.short_name }}
{% if supervision.get_substitution and smart %}
{% include "chronos/partials/teachers.html" with teachers=supervision.teachers %}
→
{% include "chronos/partials/teachers.html" with teachers=supervision.get_substitution.teachers %}
{% elif type == "supervision_area" %}
{% include "chronos/partials/teachers.html" with teachers=supervision.teachers %}
{% endif %}