{% block styles %} {% endblock %} {{ block title }} {{ if player.foundjob == False}}

Round {{ player.round_number}}: You are searching for a new job

{{else}}

Round {{ player.round_number}}: You received a job offer! To keep it, complete at least {{player.num_correct_benchmark}} sliders!

{{endif}} {{ endblock }} {{ block content }}
{{ if DEBUG }} {{ endif }}

{{ include Constants.instructions_template }} {{ endblock }} {{ block scripts }} {{ if DEBUG }}{{ endif }} {{ endblock }}