{% extends 'base.html' %} {% load filters %} {% block title %}Главная{% endblock %} {% block content %}

Доступные курсы

{% for key, value in blocks.items %}
{{ key.name }}
{% for block in value %}
{{ block.name }} {% with mark=block|mark_for_block:user %} {% if mark|marked %}
{{ mark }}
{% endif %} {% endwith %}
{% endfor %} {% endfor %} {% endblock %}