{% load currency_display %} {% load i18n %} {% if active %}
{% else %}
{% endif %} {% if installment_plans %}
{% for installment_plan in installment_plans %} {% endfor %}
{% translate 'Name' %} {% translate 'Account' %} {% translate 'Amount' %}
{{ installment_plan.description }}
{{ installment_plan.notes|linebreaksbr }}
{% if installment_plan.account.group %}{{ installment_plan.account.group }} • {% endif %}{{ installment_plan.account }}
{% else %} {% endif %}