{% extends "global/Page.html" %} {% load otree %} {% load filter %} {% block title %} Section C: Rating 5 {% endblock %} {% block content %}

This is loan application was rate by real loan officers in Kampala:




{% for field in form.visible_fields|slice:"0:1" %} {% for choice in field %} {% endfor %} {% endfor %}
1 2 3 4 5
{% autoescape off %} {{ field.label | split:0 }} {% endautoescape %} {{ field.label | split:1 }} {{ choice }} {{ field.label | split:2 }}

{% for field in form.visible_fields|slice:"1:2" %} {% for choice in field %} {% endfor %} {% endfor %}
Now, please compare the costs of applying to likelihood receiving a loan for a person like this applicant.
In your opinion:
{% autoescape off %} {{ field.label | split:0 }} {% endautoescape %} {{ field.label | split:1 }} {{ choice }} {{ field.label | split:2 }}


{% next_button %} {% endblock %}