{% extends "@FOSUser/layout.html.twig" %} {% trans_default_domain 'FOSUserBundle' %} {% block fos_user_content %}
{% if google_signin_enabled() %} {% endif %} {% if error %}
{{ 'kuma_admin.login.invalid_credentials'|trans({}, 'messages') }}
{% endif %}
{% if google_signin_enabled() %} Google Sign in {% endif %} {% endblock fos_user_content %}