{% extends "global/Page.html" %} {% load staticfiles otree %} {% block content %} {% comment %}
| Key Values | Your Score | {%comment%}Other | {%endcomment%
| Neuroticism | {{ player.Neuroticism }} | {%comment%}{{ player.other_player.Neuroticism }} | {%endcomment%
| Extraversion | {{ player.Extraversion }} | {%comment%}{{ player.other_player.Extraversion }} | {%endcomment%
| Openness | {{ player.Openness }} | {%comment%}{{ player.other_player.Openness }} | {%endcomment%
| Agreeableness | {{ player.Agreeableness }} | {%comment%}{{ player.other_player.Agreeableness }} | {%endcomment%
| Conscientiousness | {{ player.Conscientiousness }} | {%comment%}{{ player.other_player.Conscientiousness }} | {%endcomment%