{% extends "global/Page.html" %}
{% load otree static %}
{% block title %}
New Block
{% endblock %}
{% block content %}
This is the start of a new block. Please pay attention as the number of votes each player has received may have changed.
The amount of points each player receives from each alternative being selected may have changed as well.
{% next_button %}
{% endblock %}