{{ pagetitle }}
{% if services.getSetting("social_login_facebook_enabled") == "yes" %} {{ 'Sign in via Facebook'|trans({}, 'messages') }} {% endif %} {% if services.getSetting("social_login_google_enabled") == "yes" %} {{ 'Sign in via Google'|trans({}, 'messages') }} {% endif %}
{{ 'OR'|trans({}, 'messages') }}
{% endif %} {% if error %} {% include "Global/message.html.twig" with { message: (error.messageKey|trans(error.messageData, 'security')), type: "danger", icon: "fas fa-exclamation-circle" } %} {% endif %}