{% extends 'base.html' %} {% block title %}All courses{% endblock %} {% block content %} {% for course in courses %} {% endfor %}
Title Category Price Students Quantity
{{ course.title }} {{ course.category }} {{ course.price }} {{ course.students_qty }}
{% endblock %}