{% load course_tags %} {% load static %} {% if course|length < 1 %}

Course Not Found

{% else %} {% for i in course %}
... Discount {{i.discount}} %
{% endfor %} {% endif %}