{% extends "global/Page.html" %} {% load staticfiles otree_tags %} {% block title %} Round {{ round_number }} {% endblock %} {% block content %}
Fixed payment: 3,500
|
|
Do you wish to submit your bid for $?
| Round | Your Bid Amount | Your Project Cost | Bid Submission Fee | Fixed Payment | Program Budget | Bid Accepted | Total Round Earnings | |
|---|---|---|---|---|---|---|---|---|
| {{ round_number }} | {{ p.p_int_bid }} | {{ p.p_int_project_cost }} | {{ p.group.g_int_submission_fee }} | {{ p.group.g_int_general_earnings }} | {{ p.group.g_int_budget }} | {% if p.p_bool_bid_accepted %}Yes | {% else %}No | {% endif %}{{ p.p_int_round_earnings }} |
| {{ round_number }} | {{ p.group.g_int_general_earnings }} | {{ p.group.g_int_budget }} | {{ p.p_int_round_earnings }} |