{% extends "global/Page.html" %} {{ block title }} Survey 3 of 3 results{{ endblock }} {% block content %}
You investment choice is {{player.invest_choice}}
{{ if player.is_success }}And your investment succeeds! So your payment is {{player.invest_result}} cents.
{{ else }}And your investment fails! So your payment is {{player.invest_result}} cents.
{{ endif }}Payment of your task performance, prediction and investment will be paid to you in 1-3 days.
{% next_button %} {% endblock %}