{% load thumbnail cms_tags i18n %} {% trans "Instructors" as title_default %} {% if instructor_list and "core.change_instructor" in perms %}

{% trans "Edit Instructor Bios" %}

{% endif %} {% if instructor_list and list_title %}

{{ list_title|default:title_default }}

{% if list_intro %}

{{ list_intro|safe }}

{% endif %}
{% endif %} {% for teacher in instructor_list %}

{{ teacher.firstName }} {{ teacher.lastName }} {% if teacher.availableForPrivates %}{% trans "schedule a private" %}{% endif %}

{% render_model teacher "bio" "" "" "safe" %}
{{ teacher.video }}
{% if not forloop.last %}
{% endif %} {% endfor %}