{# /** * @file * Page user password. */ #} {% extends "page.html.twig" %} {# Main #} {% block main %}

{{ title }}

{# Highlighted #} {% if page.highlighted %} {% block highlighted %}
{{ page.highlighted }}
{% endblock %} {% endif %}
{% if logged_in %} {{ page.header|without('webtheme_local_tasks', 'webtheme_breadcrumbs', 'webtheme_local_actions') }} {% else %}

{{ title }}

{{ page.header|without('webtheme_local_tasks', 'webtheme_breadcrumbs', 'webtheme_local_actions', 'webtheme_page_title') }} {% endif %} {{ page.content }}
{% if not logged_in %}
{{ 'Login'|t }}
{% endif %} {% if not logged_in and not user_settings_register_admin_only %}
{{ 'Register a new account'|t }}
{% endif %}
{{ 'Back to'|t }} {{ site_name }}
{% endblock main %}