{% include "forms/csrf.html.twig" %}
{% block settings_profile %}
{% if 'name' not in form.fields.hidden %}
{% include "forms/partials/input-user-first_name.html.twig" %}
{% include "forms/partials/input-user-last_name.html.twig" %}
{% endif %}
{% include "forms/partials/input-user-locale.html.twig" %}
{% endblock %}
{% if 'submit' not in form.fields.hidden %}
{% endif %}