{% extends 'base_index.html' %} {% block title %}{{ course.head.title }} / {{ lesson.head.title }}{% endblock %} {% block content %}
{{ course.head.title }}
Приобретаемые навыки: {% for skill in course.head.skills %} {% if skill.mini_icon %}{% endif %}{{ skill }} {% endfor %}
{{ course.head.lessons }} урока(-ов)
{% if course.head.progress != 0 %}
{{ course.head.progress }}%
{% endif %}
Видео к занятию: {{ lesson.head.title }}
{{ lesson.video|safe }}
{% if lesson.description %}

Описание урока

{{ lesson.description|safe }}
{% endif %} {% if lesson.materials %}
Материалы к уроку
{% for i in lesson.materials %} {% endfor %}
{% endif %}
{% if lesson.head.on_comment %} Показать старые комментарии {% include 'comments_block.html' %} {% endif %}
{% include 'right_site.html' %} {% endblock %} {% block js %} {% if 'to_comment' in request.GET %} {% endif %} {% endblock %}