{% extends "base" %} {% load extratags %} {% block title %}{{SERVICE_NAME|escape}} - Connection Detail{% endblock %} {% block script %} {% endblock %} {% block content %}

Connection Detail

{% include "info" %}

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 %} {% if convertibleUnits %} {% endif %}{% if convertibleUnits %}{% endif %}{% if convertibleUnits %}{% endif %}{% if convertibleUnits %}{% endif %}
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}}
Converted to
Balance{{balance|myStrFormat:".2f"}}{{displayBalance|myStrFormat:".2f"}}
My credit limit{{lowerLimit|myStrFormat:".2f"}}{{displayLowerLimit|myStrFormat:".2f"}}
My partner's credit limit{{upperLimit|myStrFormat:".2f"}}{{displayUpperLimit|myStrFormat:".2f"}}
{% if acct.get_shared_data.active %}

Make a payment to this person

{% if closeable %}

Close this account

{% else %}

An account may only be closed when its balance is zero. Click here for more information on closing accounts.

{% endif %}

Change connection details

Account name
Interest rate%
Partner's maximum credit limit (in {{cur.long_name|escape}}s)
My maximum credit limit (in {{cur.long_name|escape}}s) (Leave blank for unlimited)
{% else %}

Account has been closed.

{% endif %} {% if months %}

Account entries

{% include "paymentLinkChart" %} {% endif %}

Back to Connections

{% if convertibleUnits %} {% endif %} {% endblock %}