{% extends 'budget/base.html' %} {% block title %}Add An Estimate{% endblock %} {% block budget_content %}

Add An Estimate

{% csrf_token %} {{ form.as_table }}
  or Cancel
{% endblock budget_content %}