{% extends "base" %} {% load extratags %} {% block title %}{{SERVICE_NAME|escape}} - Summary{% endblock %} {% block content %} {% block script %} {% endblock %}
You are connected to {{numAccounts}} other {{SERVICE_NAME|escape}} user{{numAccounts|pluralize}}.
Here you will find a list of those who have recently invited you to connect with them. You may accept or reject invitations by clicking the links.
{% if receivedOffers %}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.
{% endif %}Click here to see invitations I have sent.
{% if rateProposals %}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 must create connection accounts with others in order to send and receive payment.
Account units | Balance | Available for making payment | Available for receiving payment |
---|---|---|---|
{{unit.long_name|escape}} Accounts | {% if unit.display %}{{unit.short_name|escape}} {{unit.displayBalance|myStrFormat:".2f"}}{% else %}--{% endif %} | {% if unit.display %}{{unit.displayOutCredit|myStrFormat:".2f"}}{% else %}--{% endif %} | {% if unit.display %}{{unit.displayInCredit|myStrFormat:".2f"}}{% else %}--{% endif %} |
Totals | {{userNode.get_display_units.short_name|escape}} {{totalBalance|myStrFormat:".2f"}} | {{totalOutCredit|myStrFormat:".2f"}} | {{totalInCredit|myStrFormat:".2f"}} |
No accounts yet. Click here to connect to those you trust.
{% endif %}View and edit your connections.
Make a payment to another {{SERVICE_NAME|escape}} user.
{% endif %} {% if payments %} {% include "paymentChart" %} {% else %}No recent activity
{% endif %} {% if convertibleUnits %} {% endif %} {% endblock %}