{{segment.text}}

{% trans "Profile Details Settings" %}
{% trans "Configure the user profile information and how it's managed in your systems." %}
{% csrf_token %} {% if form.non_field_errors %}
{% for error in form.non_field_errors %}

{{ error }}

{% endfor %}
{% endif %}
{{ form.as_p }}