{%- block settings_content_title scoped %}
{%- if panel_icon %}
{%- block settings_content_title_icon scoped %}
{%- endblock %}
{%- endif %}
{%- endblock %}
{%- block settings_body scoped %}
{%- block settings_form %}
{%- if security.confirmable and not current_user.confirmed_at %}
{%- endif %}
{%- set form = profile_form %}
{%- set read_only = config.USERPROFILES_READ_ONLY %}
{%- endblock settings_form %}
{%- endblock settings_body %}