{% extends "Global/layout.html.twig" %} {% set pagetitle = 'Sign in'|trans %} {% block title %}{{pagetitle}}{% endblock %} {% block content %}

{{ pagetitle }}

{% if envFileAccessor.getSetting("social_login_facebook_enabled") == "1" or envFileAccessor.getSetting("social_login_google_enabled") == "1" %}

{% if envFileAccessor.getSetting("social_login_facebook_enabled") == "1" %}   {{ 'Sign in via Facebook'|trans }} {% endif %} {% if envFileAccessor.getSetting("social_login_google_enabled") == "1" %}   {{ 'Sign in via Google'|trans }} {% endif %}

{{ 'OR'|trans }}

{% endif %}
{% if app.request.query.get('_target_path') is not null %} {% endif %} {% if envFileAccessor.getSetting('GOOGLE_RECAPTCHA_ENABLED') == 1 %}

{{ "Please validate that you are not a robot"|trans({}, 'messages') }}

{% endif %}

{{ 'Forgot your password ?'|trans }}

{{ 'Not a member yet ?'|trans }} {{ 'Sign up'|trans }}

{% endblock %} {% block javascripts %} {% if envFileAccessor.getSetting('GOOGLE_RECAPTCHA_ENABLED') == '1' %} {% endif %} {% endblock %}