{% load django_bootstrap5 %} {% load i18n %}
{% translate "Notification settings" %}
{% csrf_token %}
{% bootstrap_form user_settings_form %} {% translate "Change settings" as button_text %} {% bootstrap_button button_type="submit" content=button_text %}