{% extends 'budget/base.html' %} {% load cycle from future %} {% block title %}Estimate List For {{ budget.name }}{% endblock title %} {% block budget_content %}
Category | Amount |
---|---|
{{ estimate.category.name }} | ${{ estimate.amount|stringformat:".02f" }} |
No estimates found. |