{% extends 'usercenter-base.html' %} {% block title %} 我的收藏 | mtianyan慕课小站{% endblock %} {% load staticfiles %} {% block custom_bread %}
{% endblock %} {% block right_content %}

我的收藏

{% for teacher in teacher_list %}

{{ teacher.name }}认证教师

  • 工作年限:{{ teacher.work_years }}
  • 课程数:{{ teacher.course_set.count }}
  • 工作公司:{{ teacher.work_company }}
  • 公司职位:{{ teacher.work_position }}
{% csrf_token %}
{% endfor %}
{% endblock %}