{% extends "base" %} {% block title %}{{SERVICE_NAME|escape}} - Make New Connections{% endblock %} {% block content %}

Make New Connections

{% include "info" %} {% if rows %}

Enter a maximum credit limit for each person you wish to connect to. A good credit limit to choose is the amount you would lend them and feel comfortable that they would be able to pay it back. The system will send an invitation email to each person.

{% for row in rows %} {% endfor %}
Email addressCredit limitUnits of account
{{row.email|escape}} at % {{row.error}}

Enter a note to be included in the invitation{{count|pluralize}}:


{% endif %}

Back to Summary

{% endblock %}