{% load otree static %}
{% block styles %}
{% include '_templates/styles/work_page.html' %}
{% endblock %}
{% block content %}
{% include '_templates/includes/effort_choice_info.html' %}
{% include '_templates/includes/effort_choice_mask.html' %}
{{ next_button }}
{% endblock %}
{% block scripts %}
{% endblock %}