{% extends 'base.html' %} {% load i18n %} {% block title %}{% trans "Delete Budget" %}{% endblock title %} {% block content %}

{% trans "Delete Budget" %}

{% blocktrans with name=budget.name %} Are you sure you want to delete "{{ name }}"? {% endblocktrans %}

{% csrf_token %}
{% trans "Cancel" %}
{% endblock content %}