{% extends 'base_index.html' %} {% load course_filter %} {% block title %}Курс {{ course.head.title }}{% endblock %} {% block content %}
{{ course.head.level.title }} уровень
{{ course.head.title }}
{% if course.head.skills %}
Приобретаемые навыки: {% for skill in course.head.skills %} {% if skill.mini_icon %}{% endif %}{{ skill }} {% endfor %}
{% endif %}
{{ course.head.lessons }} урока(-ов)
{% if course.head.progress != 0 %}
{{ course.head.progress }}%
{% endif %}

     Просмотрено    Доступно    Не доступно  

  • Старт
  • {% for i in course.themes %} {% if i.head.status.flag == 'A' %} {% endif %}
  • {% if i.head.lessons_length > 0 %} {% if i.head.button %} {% else %} {% endif %} {% else %} {% for h in i.homework %} {% endfor %} {% endif %} Тема {{ i.head.sort }}
    {% if i.head.lessons_length > 0 %} {% if i.head.button %} {% else %} {% endif %} {% else %} {% for h in i.homework %} {% endfor %} {% endif %} {{ i.head.title|safe }} {% if i.head.status.flag != 'N' %} {{ i.head.status.title }} {% endif %} {% if i.head.lessons_length > 1 %}
    Уроков: {{ i.head.lessons_length }}
    {% endif %}
    {% if i.head.skills %}
    Приобретаемые навыки: {% for n in i.head.skills %} {% if n.mini_icon %}{% endif %}{{ n }} {% endfor %}
    {% endif %} {% if i.head.lessons_length > 1 %} {% else %} {% if i.head.lessons_length == 1 %} {% for les in i.lessons %} {% if les.status.flag != 'N' %}

    Статус урока: {{ les.status.title|safe }}

    {% endif %} {% endfor %} {% if i.head.description %}

    Описание:

    {% endif %} {% else %} {% if i.head.description %}

    Описание:

    {% endif %} {% endif %} {% endif %} {% if i.homeworks_length != 0 %} {% for h in i.homework %} {% if i.head.lessons_length == 0 %}

    {{ h.description|safe }} {{ h.status.title|safe }} {% if h.status.flag == 'T' or h.status.flag == 'A' %} {% if h.delay.status %}
    Могут быть незначительные задержки с проверкой{% if h.delay.description %}: "{{ h.delay.description|safe }}"{% endif %} {% endif %} {% endif %}

    {% else %}

      Домашнее задание: {{ h.status.title|safe }} {% if h.status.flag == 'T' or h.status.flag == 'A' %} {% if h.delay.status %}
    Могут быть незначительные задержки с проверкой{% if h.delay.description %}: "{{ h.delay.description|safe }}"{% endif %} {% endif %} {% endif %}

    {% endif %} {% endfor %} {% endif %} {% if i.head.status.flag != 'N' %} {% if i.head.button %}
    {% if flow or flow == None %} {% endif %}
    {% endif %} {% endif %}
  • {% endfor %}
  • Финиш
{% include 'right_site.html' %} {% endblock %} {% block js %} {% endblock %}