{% extends "base.html" %} {% block title %}Project {{ project_id }} - {{ project_name }} - BiweeklyBudget{% endblock %} {% block extra_head_css %} {% endblock %} {% block body %} {% include 'notifications.html' %}
{{ remaining|dollars }}
{{ total|dollars }}
Notes
{{ project_notes }}
Name Quantity Unit Cost Line Cost Notes Active?
Name Quantity Unit Cost Line Cost Notes Active?
{% include 'modal.html' %} {% endblock %} {% block extra_foot_script %} {% endblock %}