diff --git a/mortgage/templates/main.html b/mortgage/templates/main.html index 5a6217c..72e004e 100644 --- a/mortgage/templates/main.html +++ b/mortgage/templates/main.html @@ -37,7 +37,7 @@ }); }); -
+| Loan History | ||||||||
|---|---|---|---|---|---|---|---|---|
| # + | # | Due Date | Date Paid | Days Interest | @@ -104,18 +105,18 @@{{ "$%.2f"|format(item.new_balance) }} | |||
| Total interest paid in {{item.year}} is {{ "$%.2f"|format(item.annual_interest_to_date) }}. | ||||||||
| Total interest paid in {{item.year}} is {{ "$%.2f"|format(item.annual_interest_to_date) }}. | ||||||||
| Total interest paid to date is {{ "$%.2f"|format(model.total_interest_paid_to_date) }}. | ||||||||
| Total interest paid to date is {{ "$%.2f"|format(model.total_interest_paid_to_date) }}. | ||||||||