{% extends "global/Page.html" %}
{% load otree %}
{% block title %}
You have been randomly elected to be the politician
{% endblock %}
{% block content %}
{% include Constants.instructions3_template %}
Choose how much you want to steal. You can steal up to 40% of all tax revenues.
{% formfield player.stolen_taxes label="Choose a number between 0 and 40" %}
{% next_button %}
{% endblock %}