{# A partial used to build out the login form. * Set google_signin_info_container_class_list with an array of class names to override the form group row @todo Break this out to make a parital _just_ for the form @package OpenEMR @subpackage Login @author Robert Down @copyright Copyright (c) 2023 Providence Healthtech @license https://github.com/openemr/openemr/blob/master/LICENSE GNU General Public License 3 #} {% if displaySmallLogo %}
{% include "login/partials/html/small_logo.html.twig" %}
{% endif %} {% include "login/partials/html/tagline.html.twig" %} {% include "login/partials/html/relogin.html.twig" %} {% include "login/partials/html/login_failure.html.twig" %}
{% include "login/partials/input/username.html.twig" %} {% include "login/partials/input/password.html.twig" %} {{ divApp }} {% include "login/partials/input/languages.html.twig" %} {% include "login/partials/input/facilities.html.twig" %} {% include "login/partials/input/buttons.html.twig" %} {% if displayGoogleSignin %} {% endif %}