{% extends 'base.html' %} {% block titile %} 公开课评论| mtianyan慕课小站 {% endblock %} {% load staticfiles %} {% block custom_bread %}
{% endblock %} {% block custom_css %} {% endblock %} {% block content %}

  {{ course.name }}

{{ course.get_degree_display }} 难度
{{ course.learn_times }}分钟 时长
{{ course.students }} 学习人数

    {% for comment in all_comments %}
  • {{ comment.user.nick_name }}

    {{ comment.comments }}

  • {% endfor %}

资料下载

    {% for course_resource in course.courseresource_set.get_queryset %}
  •   {{ course_resource.name }} 下载
  • {% endfor %}

讲师提示

{{ course.teacher.name }} {{ course.teacher.work_position }}
课程须知
{{ course.you_need_know }}
老师告诉你能学到什么?
{{ course.teacher_tell }}

该课的同学还学过

{% endblock %} {% block custom_js %} {% endblock %}