{{ extends 'global/Page.html' }} {{ block title }}You Chose
{{ player.co_method}}
{{ endblock }} {{ block content }} {{ if player.co_method == "Self checkout" }}Reminder: You will self-check out {{ player.item_n_to_play }} items. For each item you must {{ player.player_input_info }}. To proceed, you must enter the product information correctly and click "Next Item.” If the checkout process takes less than {{ player.checkout_bonus_time|to0 }} seconds, you can earn an additional ${{ C.BONUS_PAY }} bonus.
{{ endif }} {{ if player.co_method == "Cashier checkout" }}Reminder: A “simulated” cashier will enter the product information for you. It takes {{ player.cashier_time_per_item_lb|to0 }} - {{ player.cashier_time_per_item_ub|to0 }} seconds for the cashier to process one item. You must click “Next Item” to proceed until the cashier has finished all {{ player.item_n_to_play }} items. If the checkout process takes less than {{ player.checkout_bonus_time|to0 }} seconds, you can earn an additional ${{ C.BONUS_PAY }} bonus.
{{ endif }}Please click the “START” button below to proceed.