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

{{ subtitle }}

{% load django_bootstrap5 %}
{% csrf_token %} {% if form.errors %} {% endif %} {% if form.if_credentials %}
{% bootstrap_form form %}
{% trans "Cancel" %}
{% else %}
{% trans 'Sorry no there are credentials enabled' %}
{% endif %}
{% endblock %}