Your reservation wage is {{ player.reservation_wage }}
Your wage offer is {% if player.sample_size == 0 %} 0 due to the fact that you were not looking for job
{% else %} {{ player.draw }}. {% endif %}
{% if player.largest_number >= player.reservation_wage %}We are glad to tell you that you have found a job with wage offer {{ player.largest_number }}
{% else %} Since you reservation wage is greater than any of your wage offer, you did not find a job {% endif %}
Since you are in {% if round == 0 %} Round 20
{% else %} Round {{ round }} of 20. {% endif %}