{% extends "base.html" %} {% block title %}ERROR - Credit Card Payoffs - BiweeklyBudget{% endblock %} {% block body %} {% include 'notifications.html' %}

Account Interest Error.

The account "{{ acct_name }}" (ID {{ acct_id }}) does not have a record of Interest Charged in the last 32 days. Credit card payments cannot be calculated without this information. Either this software does not know how to find the interest charges in your account's OFX statements (in which case you should open an issue on GitHub) or your financial institution (such as Discover Cards) does not report interest charges in their OFX statements, in which case you must manually input the interest charge from your last statement.

{% include 'modal.html' %} {% endblock %} {% block extra_foot_script %} {% endblock %}