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

Edit Estimate

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

You can also delete this estimate.

{% endblock budget_content %}