{# Render the primary and secondary (if set) logos. @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 #} {% set secondaryLogoPosition = (secondaryLogoPosition == 'first') ? 'flex-column-reverse' : '' %}
{% if displayPrimaryLogo %}
{% endif %} {% if displaySecondaryLogo and secondaryLogo %}
{% endif %}
{% if showTitleOnLogin %}

{{ title|text }}

{% endif %}