{% extends "base.html" %} {% block title %}Edit {{ category.name }} - Finance Tracker{% endblock %} {% block content %}
{{ _('budget.current_month') }}: {{ _('budget.spent') }}: {{ status.spent|currency }} {{ _('budget.budget') }}: {{ status.budget|currency }} {{ _('budget.remaining') }}: {{ status.remaining|currency }}