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

{{ title }}

{# Highlighted #} {% if page.highlighted %} {% block highlighted %}
{{ page.highlighted }}
{% endblock %} {% endif %}
{{ page.header|without('webtheme_local_tasks', 'webtheme_breadcrumbs', 'webtheme_local_actions', 'webtheme_page_title') }} {% if (varbase.we_do_have_enabled_social_auth_modules.value) and (page.content.webtheme_socialauthlogin) %}

{{ "Sign up with"|t }}

{{ page.content.webtheme_socialauthlogin }}

{{ "or"|t }}

{{ page.content|without('webtheme_socialauthlogin') }} {% else %}

{{ title }}

{{ page.content }} {% endif %}
{% if not logged_in %}
{{ 'Login'|t }}
{% endif %}
{{ 'Back to'|t }} {{ site_name }}
{% endblock main %}