{% load staticfiles %}
讲师信息
{% for x in teachers_list %}
{{ x.name }}老师
讲师简介
{{ x.intro }}
教学理念
{{ x.motto }}
好评({{ x.good_count }})
差评({{ x.bad_count }})
{% if x.photo %}
{% endif %}
{% endfor %}