{% extends "global/Page.html" %} {% load otree static %} {% load analytical %} {% load widget_tweaks %} {% block styles %} {% endblock %} {% block title %} {% analytical_head_top %}

Résumé Evaluation

{% analytical_head_bottom %} {% endblock %} {% block content %} {% analytical_body_top %} {{ form.submitted2.errors }}
Resume Link Name Score
{{ form.Name_1 | attr:"placeholder:Applicant Name"}} {{ form.CV_1 | attr:"placeholder:Score"}}
{{ form.Name_2 | attr:"placeholder:Applicant Name"}} {{ form.CV_2 | attr:"placeholder:Score"}}
{{ form.Name_3 | attr:"placeholder:Applicant Name"}} {{ form.CV_3 | attr:"placeholder:Score"}}
{{ form.Name_4 | attr:"placeholder:Applicant Name"}} {{ form.CV_4 | attr:"placeholder:Score"}}
{{ form.Name_5 | attr:"placeholder:Applicant Name"}} {{ form.CV_5 | attr:"placeholder:Score"}}
{{ form.Name_6 | attr:"placeholder:Applicant Name"}} {{ form.CV_6 | attr:"placeholder:Score"}}

{% if not player.CV_viewing == 0 %} {% if player.treated1 == 1 %} {{form.Notes_1}} {% endif %} {% if player.CV_viewing == 2 %} 2: {{form.Notes_2}} {% endif %} {% if player.CV_viewing == 3 %} 3: {{form.Notes_3}} {% endif %} {% if player.CV_viewing == 4 %} 4: {{form.Notes_4}} {% endif %} {% if player.CV_viewing == 5 %} 5: {{form.Notes_5}} {% endif %} {% if player.CV_viewing == 6 %} 6: {{form.Notes_6}} {% endif %} {% elif player.treated2 == 1 %} {{form.Notes_1}} {% endif %} {% if player.CV_viewing == 2 %} 2: {{form.Notes_2}} {% endif %} {% if player.CV_viewing == 3 %} 3: {{form.Notes_3}} {% endif %} {% if player.CV_viewing == 4 %} 4: {{form.Notes_4}} {% endif %} {% if player.CV_viewing == 5 %} 5: {{form.Notes_5}} {% endif %} {% if player.CV_viewing == 6 %} 6: {{form.Notes_6}} {% endif %} {% else %} {{form.Notes_1}} {% endif %} {% if player.CV_viewing == 2 %} 2: {{form.Notes_2}} {% endif %} {% if player.CV_viewing == 3 %} 3: {{form.Notes_3}} {% endif %} {% if player.CV_viewing == 4 %} 4: {{form.Notes_4}} {% endif %} {% if player.CV_viewing == 5 %} 5: {{form.Notes_5}} {% endif %} {% if player.CV_viewing == 6 %} 6: {{form.Notes_6}} {% endif %} {% endif %} {% endif %}
{% endblock %} {% analytical_body_bottom %}