{% extends "base" %} {% load extratags %} {% block title %}{{SERVICE_NAME|escape}} - Connection Detail{% endblock %} {% block script %} {% endblock %} {% block content %}
This page allows you to see the details of one of your connection accounts, as well as change the name of the account and set credit limits for you and your connection partner.
{% ifequal userNode.id acct.get_shared_data.node_to_confirm_id %}Your partner has proposed an interest rate of {{acct.get_shared_data.displayProposedRate}}% – accept | reject
{% endifequal %}Account ID | {{acct.get_shared_data.id}} | |
Account name | {{acct.name|escape}} | |
Partner's email | {{acct.get_partner.getPrimaryEmail|escape}} | |
Interest Rate | {{acct.get_shared_data.displayRate}}% {% if acct.get_shared_data.node_to_confirm_id %}({{acct.get_shared_data.displayProposedRate}}% proposed){% endif %} | |
Units of account | {{cur.long_name|escape}} | {% if convertibleUnits %}{% endif %} |
Balance | {{balance|myStrFormat:".2f"}} | {% if convertibleUnits %}{{displayBalance|myStrFormat:".2f"}} | {% endif %}
My credit limit | {{lowerLimit|myStrFormat:".2f"}} | {% if convertibleUnits %}{{displayLowerLimit|myStrFormat:".2f"}} | {% endif %}
My partner's credit limit | {{upperLimit|myStrFormat:".2f"}} | {% if convertibleUnits %}{{displayUpperLimit|myStrFormat:".2f"}} | {% endif %}
An account may only be closed when its balance is zero. Click here for more information on closing accounts.
{% endif %}Account has been closed.
{% endif %} {% if months %}