{% extends "global/Page.html" %} {% load otree %} {% block title %} Results {% endblock %} {% block inner_content %} {% if subsession.duo %} {% with other=player.get_other %}
Your partner's BMI: {{ other.get_bmi }}. Classification: {{ other.get_bmi_info.name }}
{% endwith %} {% endif %}
Your own BMI: {{ player.get_bmi }}. Classification: {{ player.get_bmi_info.name }}
{% next_button %} {% endblock %}