{% extends "global/Page.html" %}
{% load staticfiles otree_tags %}
{% block title %}
Instructions
{% endblock %}
{% block content %}
{% if player.role == 'Sender' %}
{% include 'trust/TG_Sender.html' %}
{% else %}
{% include 'trust/TG_Receiver.html' %}
{% endif %}
{% next_button %}
{% endblock %}