{% extends "base" %} {% load extratags %} {% block title %}{{SERVICE_NAME|escape}} - Connections{% endblock %} {% block content %}
These are the accounts of connections you have already established on the system. Click the links to view each account individually.
{% if accountCurrencies %}{{cur.long_name|escape}} accounts | |||||
ID | Name | Lower limit | Balance | Upper limit | |
---|---|---|---|---|---|
{{acct.get_shared_data.id}} | {{acct.name|escape}} | -{{acct.iou_limit|myStrFormat:".2f"}} | {{acct.balance|myStrFormat:".2f"}} | {{acct.get_partner_acct.iou_limit|myStrFormat:".2f"}} | details {% if acct.get_shared_data.node_to_confirm_id %}{% ifequal userNode.id acct.get_shared_data.node_to_confirm_id %} (new rate proposed) {% endifequal %}{% endif %} |
Totals: | -{{cur.lowerLimit|myStrFormat:".2f"}} | {{cur.balance|myStrFormat:".2f"}} | {{cur.upperLimit|myStrFormat:".2f"}} |
No accounts yet. To create accounts, you must invite people to connect with you above.
{% endif %}These the invitations to connect you have received and sent in the form of a proposed credit limit. You may accept or reject offers you have received, and withdraw offers you have sent.
Offers of credit received | |||
From | Amount | Interest Rate | Action |
---|---|---|---|
{{offer.get_initiator.getPrimaryEmail|escape}} | {{offer.get_currency.short_name|escape}} {{offer.amount|myStrFormat:".2f"}} | {{offer.interest_rate}}% | accept | reject |
No new offers of credit received. | |||
Offers of credit sent | |||
To | Amount | Interest Rate | Action |
{{offer.recipient_email|escape}} | {{offer.get_currency.short_name|escape}} {{offer.amount|myStrFormat:".2f"}} | {{offer.interest_rate}}% | withdraw offer |
You have made no recent offers. | |||
Interest rate-change proposals | |||
Account ID | Name | Interest Rate | Action |
{{acct.shared_data_id}} | {{acct.name|escape}} | {{acct.get_shared_data.displayProposedRate}}% | accept | reject |
You have no accounts where your partner has proposed an interest rate change. |