{% extends "global/Page.html" %} {% block title %}Colleague Survey{% endblock %} {% block content %}

Start typing a colleague's name and select from the dropdown suggestions.

{# Use oTree's outer form (id="form"); nested
breaks submission & JS. #}

1. Who among your colleagues do you turn most often for advice?

{% for entry in advice_entries %}
    {% endfor %} {% if advice_fields_to_show < 10 %} {% endif %}

    2. Who are the friends among your colleagues whom you see most often socially?

    {% for entry in friends_entries %}
      {% endfor %} {% if friends_fields_to_show < 10 %} {% endif %}

      3. Who have you relied on for general information on the "goings on" at the company — people who have given you special insight?

      {% for entry in insight_entries %}
        {% endfor %} {% if insight_fields_to_show < 10 %} {% endif %}

        {{ next_button }}
        {% endblock %}