{% if form %}
{% csrf_token %}

Hi {{ me.first_Name|title }}!

Input Your Connections:

{{ error }} {{ form.management_form }} {% for f in form %} {% if ready %} {% if forloop.first %} {% else %} {% endif %} {% else %} {% endif %} {% endfor %}
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
{{ f.a.errors }}{{ f.a }} {{ f.b.errors }}{{ f.b }} {{ f.c.errors }}{{ f.c }} View Your Network
{% endif %}