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

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

Use the search box below to quickly find colleagues by first name or title when nominating.

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

{% endblock %}