{% if teachers %}
授课教师
{% for teacher in teachers %} {% set teacher_url = url({'for':'web.user.show','id':teacher.id}) %} {% endfor %}
{% endif %}