{% extends "budgets/budget_base.html" %} {% load i18n static django_bootstrap5 %} {% block content %}
{% include 'form_errors.html' with form=form %} {% csrf_token %} {% bootstrap_field form.expected %} {% bootstrap_field form.actual %}
{% bootstrap_field form.motivation %}
{% translate 'Cancel' %}
{% endblock %} {% block extra_scripts %} {% endblock %}