{% extends "base.html" %} {% block title %}Transactions - BiweeklyBudget{% endblock %} {% block extra_head_css %} {% endblock %} {% block body %} {% include 'notifications.html' %}

Date Amount Description Account Budget Scheduled? Budgeted Amount Reconciled?
Date Amount Description Account Budget Scheduled? Budgeted Amount Reconciled?
{% include 'modal.html' %} {% endblock %} {% block extra_foot_script %} {% endblock %}