{{ block title }}Results (Round {{round}}){{ endblock }} {{ block content }}
Side | {{ for side in die_sides }}{{side.side}} | {{ endfor }}
---|---|
Cars | {{ for side in die_sides }}{{side.cars}} | {{ endfor }}
Toll Revenue | {{ for side in die_sides }}{{side.toll_revenue}} | {{ endfor }}
Side | {{ for side in die_sides2 }}{{side.side}} | {{ endfor }}
Cars | {{ for side in die_sides2 }}{{side.cars}} | {{ endfor }}
Toll Revenue | {{ for side in die_sides2 }}{{side.toll_revenue}} | {{ endfor }}
LLC Uniform Price | ULC Uniform Price |
---|---|
{{llc_uniform}} | {{ulc_uniform}} |
LLC | ULC | Wallet ($) | |||
---|---|---|---|---|---|
Die Result | {{llc_die}} | {{ulc_die}} | |||
Cars | {{llc_cars}} | {{ulc_cars}} | |||
Toll Revenue | {{llc_toll_revenue}} | {{ulc_toll_revenue}} | |||
Maintenance | {{maintenance}} | {{maintenance}} | |||
Beginning Balance | {{ init_llc_shares }} share(s) | {{ init_ulc_shares }} share(s) | {{ init_wallet }} | ||
Transactions | LLC | ULC | |||
Bought | {{ else }}Sold | {{ endif }}{{ llc_sign }}{{player.llc_number_final}} (@ {{llc_uniform}}) | {{ if llc_sign == "+"}} | {{ llc_transaction }} | {{ else }}{{ llc_transaction }} | {{ endif }}
Bought | {{ else }}Sold | {{ endif }}{{ ulc_sign }}{{player.ulc_number_final}} (@ {{ulc_uniform}}) | {{ if ulc_sign == "+"}}{{ ulc_transaction }} | {{ else }}{{ ulc_transaction }} | {{ endif }}|
Dividends | {{ llc_profit_str }} | {{ if ulc_profit_negative }}{{ ulc_profit_str }} | {{ else }}{{ ulc_profit_str }} | {{ endif }}{{ total_profit_str }} | |
Confiscated | {{ player.confiscated_shares }} share(s) | {{ ulc_confiscated_revenue }} | |||
Ending Balance | {{ end_llc_shares }} share(s) | {{ player.ulc_shares }} share(s) | {{ wallet }} |