The Ledger
Accounts
{% include 'includes/ledger_nav.html' %}
{% with messages = get_flashed_messages(with_categories=true) %} {% for category, message in messages %}
{{ message }}
{% endfor %} {% endwith %}
{% for a in accounts %} {% endfor %}
Account Type Status Balance APR Min Allocation Last snap
{{ a.name }} {% if a.status == 'unknown' %}{% endif %} {% if a.stale_snapshot and a.status not in ('closed','paid_off') %}·{% endif %} {{ a.account_type | replace('_',' ') }} {{ a.status }} {% if a.current_balance is not none %}${{ '{:,.2f}'.format(a.current_balance) }}{% else %}—{% endif %} {% if a.apr %}{{ '{:.2f}'.format(a.apr) }}%{% else %}—{% endif %} {% if a.minimum_payment %}${{ '{:,.2f}'.format(a.minimum_payment) }}{% else %}—{% endif %} {% if a.attack_allocation %}${{ '{:,.0f}'.format(a.attack_allocation) }}{% else %}—{% endif %} {{ a.snapshot_at[:10] if a.snapshot_at else '—' }}
// Add a new account
enabled
{% include 'includes/today_panel.html' ignore missing %} {% include 'includes/active_timer_strip.html' ignore missing %}