{% extends "cms/admin_home.html" %} {% load danceschool_tags thumbnail i18n %} {% block content %}
{% trans "Email all active instructors" %}
{% trans "Photo" %} | {% trans "Name" %} | {% trans "Private Email" %} | {% trans "Public Email" %} | {% trans "Phone" %} | {% trans "Available for Privates" %} | {% if perms.core.view_other_instructor_stats %}{% trans "Instructor Stats/Payments" %} | {% endif %}
{{ teacher.firstName }} {{ teacher.lastName }} | {{teacher.privateEmail}} | {{teacher.publicEmail}} | {{ teacher.phone }} | {{ teacher.availableForPrivates|yesno }} | {% if perms.core.view_other_instructor_stats %}{% if teacher.firstName != 'TBD' %}{% endif %}{% endif %} |
{% trans "Photo" %} | {% trans "Name" %} | {% trans "Private Email" %} | {% trans "Public Email" %} | {% trans "Phone" %} | {% trans "Available for Privates" %} | {% if perms.core.view_other_instructor_stats %}{% trans "Instructor Stats" %} | {% endif %}
{{ teacher.firstName }} {{ teacher.lastName }} | {{teacher.privateEmail}} | {{teacher.publicEmail}} | {{ teacher.phone }} | {{ teacher.availableForPrivates|yesno }} | {% if perms.core.view_other_instructor_stats %}{% if teacher.firstName != 'TBD' %}{% endif %}{% endif %} |
{% trans "Photo" %} | {% trans "Name" %} | {% trans "Private Email" %} | {% trans "Public Email" %} | {% trans "Phone" %} | {% trans "Available for Privates" %} | {% if perms.core.view_other_instructor_stats %}{% trans "Instructor Stats" %} | {% endif %}
{{ teacher.firstName }} {{ teacher.lastName }} | {{teacher.privateEmail}} | {{teacher.publicEmail}} | {{ teacher.phone }} | {{ teacher.availableForPrivates|yesno }} | {% if perms.core.view_other_instructor_stats %}{% if teacher.firstName != 'TBD' %}{% endif %}{% endif %} |