{% extends "global/Page.html" %} {% load otree static %} {% block title %} {% endblock %} {% block content %}

{% next_button %}


{% include "./BasketDialog.html" %} {% include "./ProductInformationDialog.html" %} {% include "./ListDialog.html" %} {% endblock %}