{% extends "global/Page.html" %}
{% load otree %}
{% block title %}
Round {{ subsession.round_number }} of {{ Constants.num_rounds }}
Leader Task
{% endblock %}
{% block content %}
{% formfields %}
{% next_button %}
{% include Constants.instructions_template %}
{% endblock %}