{% extends "global/Page.html" %}
{% load staticfiles otree_tags %}
{% block title %}
How important do you think these job characteristics are to others (on average)?
{% endblock %}
{% block content %}
{% formfield player.social_impact_others %}
{% formfield player.money_others %}
{% formfield player.recognition_others %}
{% formfield player.autonomy_others %}
{% formfield player.working_env_others %}
{% next_button %}
{% endblock %}