{% extends "base.html" %} {% block title %}Budgets - BiweeklyBudget{% endblock %} {% block extra_head_css %} {% endblock %} {% block body %} {% include 'notifications.html' %}
Active? | Budget | Starting Balance | |
---|---|---|---|
yes | {% else %}NO | {% endif %}{{ b.name }} ({{ b.id }}){% if b.is_income %} (income){% endif %} | {{ b.starting_balance|dollars }} |
Active? | Budget | Current Balance | |
---|---|---|---|
yes | {% else %}NO | {% endif %}{{ b.name }} ({{ b.id }}) | {{ b.current_balance|dollars }} | {% endfor %}