{% extends 'core/base_print.html' %} {% load data_helpers static i18n %} {% block extra_head %} {% endblock %} {% block content %}
{% trans "Group teachers:" %} {% for teacher in el.owners.all %} {{ teacher.short_name }}{% if not forloop.last %},{% endif %} {% endfor %}
{% endif %} {% endblock %}