{{ extends 'global/Page.html' }}
{{ block title }}Part 2{{ endblock }}
{{ block content }}
{{ if player.high_low_class == 2 }}
{{ formfield 'place' label="Where would you place yourself on this ladder relative to the population in the United States?"}}
{{ formfield 'place_family' label="Where would you place your family on this ladder relative to the population in the United States?"}}
{{ endif }}
{{ if player.high_low_class == 1 }}
{{ formfield 'place' label="Where would you place yourself on this ladder relative to the population in the United States?"}}
{{ formfield 'place_family' label="Where would you place your family on this ladder relative to the population in the United States?"}}
{{ endif }}
{{ if player.high_low_class == 0 }}
{{ formfield 'place' label="Where would you place yourself on this ladder relative to the population in the United States?"}}
{{ formfield 'place_family' label="Where would you place your family on this ladder relative to the population in the United States?"}}
{{ endif }}
{{ next_button }}
{{ endblock }}