Spaces:
Paused
Paused
| {{ extends "global/Page.html" }} | |
| {{ block title }}Contribute{{ endblock }} | |
| {{ block content }} | |
| <p> | |
| Your endowment: <strong>{{ C.ENDOWMENT }}</strong> points. | |
| Group size: <strong>{{ C.PLAYERS_PER_GROUP }}</strong>. | |
| Efficiency factor (multiplier): <strong>{{ C.MULTIPLIER }}</strong>. | |
| </p> | |
| <p> | |
| Enter how many points you wish to contribute to the shared fund (0–{{ C.ENDOWMENT }}). | |
| You keep your unspent points and also receive an equal share of the multiplied fund. | |
| </p> | |
| {{ formfields }} | |
| {{ next_button }} | |
| {{ include_sibling 'instructions.html' }} | |
| {{ endblock }} | |