{% include "forms/csrf.html.twig" %}
{% block settings_profile %}
{% block input_user_name %}
{% include "forms/inputs/user-name.html.twig" with { 'col_width': 'col-sm-12' } %}
{% endblock %}
{% block input_user_locale %}
{% include "forms/inputs/user-locale.html.twig" with { 'col_width': 'col-sm-12' } %}
{% endblock %}
{% endblock %}
{% if 'submit' not in form.fields.hidden %}
{% endif %}