{{ block title }} Expectations {{ endblock }} {{ block content }} {{if player.pres_activity == 'Employed (permanent contract)'}}
  1. Choose the point on the scale that represents how likely it is that you will be employed one year from now:

      Very unlikely {{ for choice in form.expect_emp }} {{ choice }} {{ endfor }}   Very likely

{{endif}} {{if player.pres_activity == 'Employed (fixed-term contract)' or player.pres_activity == 'Paid internship or learnership'}}
  1. Choose the point on the scale that represents how likely it is that you will be employed one year from now:

      Very unlikely {{ for choice in form.expect_emp }} {{ choice }} {{ endfor }}   Very likely


  2. Choose the point on the scale that represents how likely it is that you will be offered a contract extension:

      Very unlikely {{ for choice in form.expect_perm }} {{ choice }} {{ endfor }}   Very likely

{{endif}} {{ next_button }} {{ endblock }}