{{ block title }}Rental Property Price Selection{{ endblock }} {{ block content }}

Table Example

  # of beds # of baths Review Stars
N1 {{ 3 }} {{ 4 }} {{ 4.9 }}
N2 {{ 2 }} {{ 2 }} {{ 3.5 }}
N3 {{ 1 }} {{ 1 }} {{ 4.2 }}

neighbours last year price

neighbours this year price

{% if player.instruction_version == 'a' %} {{ include_sibling 'Guess_control.html' }} {% elif player.instruction_version == 'b' %} {{ include_sibling 'Guess_treatment1.html' }} {% elif player.instruction_version == 'c' %} {{ include_sibling 'Guess_treatment2.html' }} {% endif %} {{ next_button }} {{ endblock }}