{% extends "global/Page.html" %} {% load otree %} {% block title %} Income Taxes {% endblock %} {% block content %} {% for field in form %} {{field.label}}


{{ field }} {% endfor %}

{% next_button %} {% endblock %}