{% extends "base.html" %} {% block title %} {% if subject %} Kursy z dziedziny:{{ subject.title }} {% else %} Wszystkie kursy {% endif %} {% endblock %} {% block content %}
{{ subject }}. {{ course.total_modules }} modules. Instruktor: {{ course.owner.get_full_name }}
{% endwith %} {% endfor %}