{% extends "base.html" %} {% load i18n %} {% block content %}

{{ subtitle }}

{% load django_bootstrap5 %}
{% csrf_token %} {% if form.errors %} {% endif %} {# bootstrap_form form #}
{% translate "Cancel" %}
{% csrf_token %}
{% for f in form %}
{{ f.as_p }}
{% endfor %}
{% endblock %}