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

{{ subtitle }}

{% load django_bootstrap5 %}
{% csrf_token %} {% if form.errors %} {% endif %}
{% bootstrap_form form %}
{% trans "Cancel" %}
{% endblock %}