{% extends "global/Page.html" %} {% load otree static %} {% block title %} {% endblock %} {% block content %}

Sports


1. Generally, how often do you exercise?

    {% formfield player.exercise_frequency with label="" %}

2. How often will your exercise consist of team sport?

    {% formfield player.team_sport_exercise with label="" %}

3. How often will the sport be categorized as popular in the South Pacific?

    {% formfield player.team_sport_popularity with label="" %}

{% next_button %} {% endblock %}