{% extends "global/Page.html" %}
{% load otree static %}
{% block content %}
{% include "global/fopen_bt.html" %}
{% include "global/fopen_at.html" %}
{% formfield player.q_use_tools %}
{% formfield player.q_which_tools %}
{% next_button %}
{% include "global/fclose.html" %}
{% endblock %}
{% block styles %}
{% endblock %}