{% extends "global/Page.html" %}
{% load otree static %}
{% block title %}
Investment
{% endblock %}
{% block content %}
{% include 'TrustGame/includes/role_block.html' %}
{% formfields %}
{% next_button %}
{% include 'TrustGame/includes/instructions.html' %}
{% endblock %}
{% block scripts %}
{% endblock %}