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

Thanks a lot for your participating. Remember you points and we are going to send you payoffs according to conversion rates in the future.

Your total earning point is {% if player.drawrandom < 6 %} {% if player.drawrandom < 5 %} {% if player.drawrandom < 4 %} {% if player.drawrandom < 3 %} {% if player.drawrandom < 2 %} : {{ player.participant.vars.totalEarnings_1 }}. {% 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 %} laughing

Thank you!!!!


{% endblock %}