{% extends "global/Page.html" %}
{% load otree static %}
{% load i18n %}
{% block title %}
{% trans "Part 2 - Instructions" %}
{% endblock %}
{% block content %}
{% include "relations_cpr_game/InstructionsTemplate.html" %}
{% next_button %}
{% endblock %}
{% block scripts %}
{% endblock %}