{% extends "global/Page.html" %}
{% load otree %}
{% block title %}Extract{% endblock %}
{% block content %}
This is a CPR game with {{ Constants.players_per_group}} players per group,
a resource amount of {{Constants.group_endowment}}, and an efficiency factor of {{Constants.multiplier}}.
{% formfields %}
{% next_button %}
{% endblock %}