{% extends 'theme/base.html' %} {% load static i18n %} {% block main %} {% include 'components/generic/navbar.html' %} {% for item in items %} {{ item.product.name }} {% endfor %} {% endblock %}