{% extends "global/Page.html" %} {% load otree static %} {% block title %} Exit Questionnaire {% endblock %} {% block app_styles %} {% endblock %} {% block content %} {{if player.role == "Buyer"}} 15. Please briefly describe how you decided how much money to borrow before entering the bargaining stage, and your strategy/approach to bargaining with seller. {{form.open_question}} {{else}} 15. Please describe your strategy/approach to bargaining with buyers. {{form.open_question}} {{endif}}


{% next_button %} {% endblock %}