{% extends "global/Page.html" %} {% load otree static %} {% block title %} Mua vé. Vòng {{view.round_number}} trên {{Constants.num_rounds}} {% endblock %} {% block content %}
| Mức giá: | Số lượng vé: | Đã chi: | Còn lại: | {{prob_msg}} |
|---|---|---|---|---|
| ${{ price.toFixed(2) }} | ${{ formatNumber(spent[index]) }} | ${{ formatNumber(left[index]) }} | {{ getProbability(tickets[index]) }} |
| Number of tickets | Portion |
|---|---|
| {{t.n}} | {{t.formatted_portion }} |