{% extends "global/Base.html" %}
{% load staticfiles otree_tags %}
{% load index %}
{% block title %}
Auction Type: {{treatment}}
University {{subsession.round_number}}, Department {{i}}
Your Cost: ${{cost}}
{% endblock %} {% block scripts %} {% endblock %} {% block content %} {% if i == 0 %} {% else %}Dept. | Cost | Your Bid | Winning Bid | Result | Company Profit |
---|---|---|---|---|---|
{{ forloop.counter }} | {{ player.cost }} | {{ previous_bids|index:forloop.counter0 }} | {% if subsession.treatment == 1 %} -- {% else %} {{ previous_winning_bids|index:forloop.counter0 }} {% endif %} | {{ previous_results|index:forloop.counter0 }} | {{ previous_profits|index:forloop.counter0 }} |