{% extends 'layouts/app.html' %} {% import 'macros/form.html' as f with context %} {% block title %}Update your language settings{% endblock %} {% block body %}
{% call f.form_tag('user.update_locale') %}

Update locale settings

{% call f.form_group(form.locale) %}{% endcall %} {% endcall %}
{% endblock %}