{# Render the small logos, if set * Set small_logo_container_class_list with an array of classes to override the default classes @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 == 1 %} {{ 'Small Logo 1'|xlt }} {% endif %} {% if displaySmallLogo == 2 %} {{ 'Small Logo 2'|xlt }} {% endif %} {% if displaySmallLogo == 3 %} {{ 'Small Logo 1'|xlt }} {{ 'Small Logo 2'|xlt }} {% endif %}