{% extends "global/Page.html" %} {% load otree static %} {% block title %} Select your spare parts {% endblock %} {% block content %} For each item, you know its value (¢) and its weight (lb). You can sort the table by clicking on the respective column heading.

The capacity in this round is {{round_capacity}}lb. Please select the items you want to pack in your backpack:




{{ form.errors }} {% endblock %}