{% extends 'base.html' %} {% load basky_tags %} {% block page_title %}Your Basket{% endblock %} {% block content %} {% for item in basket.basketitem_set.all %} {% if forloop.first %}
{% endif %} {% empty %}Your basket is empty.
{% endfor %} {% endblock %}