{% extends 'base.html' %} {% block title %}Monthly Budget Summary{% endblock title %} {% block content %} Monthly Budget Summary Choose a month: {% for month in all_months %} {{month}} {% endfor %} ID Parent LineItem ID Amount Currency Type Vendor Date Confirmation Code Note Reassign Vendor Split Line? Loading... {% endblock content %}