{% extends "global/Page.html" %} {% load otree static %} {% block title %} Job Search -- Thank you {% endblock %} {% block content %}

Thanks a lot for your participating.

Your total earning point is {% if player.drawrandom < 10 %} {% if player.drawrandom < 9 %} {% if player.drawrandom < 8 %} {% if player.drawrandom < 7 %} {% if player.drawrandom < 6 %} {% if player.drawrandom < 5 %} {% if player.drawrandom < 4 %} {% if player.drawrandom < 3 %} {% if player.drawrandom < 2 %} :{{ player.participant.vars.totalEarnings }}. {% else %} :{{ player.participant.vars.totalEarnings_2 }}. {% endif %} {% else %} :{{ player.participant.vars.totalEarnings_3 }}. {% endif %} {% else %} :{{ player.participant.vars.totalEarnings_4 }}. {% endif %} {% else %} :{{ player.participant.vars.totalEarnings_5 }}. {% endif %} {% else %} :{{ player.participant.vars.totalEarnings_6 }}. {% endif %} {% else %} :{{ player.participant.vars.totalEarnings_7 }}. {% endif %} {% else %} :{{ player.participant.vars.totalEarnings_8 }}. {% endif %} {% else %} :{{ player.participant.vars.totalEarnings_9 }}. {% endif %} {% else %} :{{ player.participant.vars.totalEarnings_10 }}. {% endif %} laughing

It will be converted into U.S. dollars: {% if player.drawrandom < 10 %} {% if player.drawrandom < 9 %} {% if player.drawrandom < 8 %} {% if player.drawrandom < 7 %} {% if player.drawrandom < 6 %} {% if player.drawrandom < 5 %} {% if player.drawrandom < 4 %} {% if player.drawrandom < 3 %} {% if player.drawrandom < 2 %} :{{ player.currency }}. {% else %} :{{ player.currency2 }}. {% endif %} {% else %} :{{ player.currency3 }}. {% endif %} {% else %} :{{ player.currency4 }}. {% endif %} {% else %} :{{ player.currency5 }}. {% endif %} {% else %} :{{ player.currency6 }}. {% endif %} {% else %} :{{ player.currency7 }}. {% endif %} {% else %} :{{ player.currency8 }}. {% endif %} {% else %} :{{ player.currency9 }}. {% endif %} {% else %} :{{ player.currency10 }}. {% endif %}

Thank you!!!!


{% endblock %}