{% extends 'base.html' %} {% load static %} {% load course_tags %} {% block title %}Courses{% endblock %} {% block content %}

All Courses

...

We found 834 courses available for you

Sort by:

    {% for i in category %}
  • {% endfor %}

    {% for i in level %}
  • {% endfor %}
FILTER RESULTS
{% for i in course %}
... Discount {{i.discount}} %
{% endfor %}
{% endblock content %}