{% if form %}
{% csrf_token %}
Hi {{ me.first_Name|title }}!
Input Your Connections:
{{ error }}
{{ form.management_form }}
Who introduced you to the contact in Column B? (These are the Brokers in your network).
Name of Contact
Who did YOU introduce the contact in Column B to? (You are the Broker in their network
{% for f in form %}
{{ f.a.errors }}{{ f.a }}
{{ f.b.errors }}{{ f.b }}
{{ f.c.errors }}{{ f.c }}
{% if ready %} {% if forloop.first %}
View Your Network
{% else %}
{% endif %} {% else %}
{% endif %}
{% endfor %}
{% endif %}