{% extends "base.html" %} {% block "content" %} {% if not error %} You got the order {{ order }} {% for item in order.purchase.all %} {{ item }} {% endfor %} {% else %} {{ error }} Junge junge junge {% endif %} {% endblock %}