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

{% trans "Edit Staff Bios" %}

{% endif %} {% if staffmember_list and list_title %}

{{ list_title|default:title_default }}

{% if list_intro %}

{{ list_intro|safe }}

{% endif %}
{% endif %} {% for teacher in staffmember_list %}

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

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