{% set title = _("User settings") %} {% include 'page_start.html' %} {% include 'nav_bar.html' %}

{{ title }}

{% if not panels %} {% else %} {% include template_content with context %} {% endif %}
{% include 'page_end.html' %}