{# # Patient telehealth auto login # # @package openemr # @link http://www.open-emr.org # @author Stephen Nielson # @copyright Copyright (c) 2023 Comlink Inc # @license https://github.com/openemr/openemr/blob/master/LICENSE GNU General Public License 3 #} {# Note that this is the global core portal template we are extending #} {% extends "portal/base.html.twig" %} {% block head %} {{ parent() }} {% endblock %} {% block pagetitle %} {{ pagetitle | text }} {% endblock %} {% block header %} {% endblock %} {% block content %}

{{ 'Authenticating Login Session' | xlt }}

{% if pin_required == 1 %}
{{ "Enter PIN to authenticate your session"|xlt }}
{% else %}
{{ "Please wait while we authenticate your session"|xlt }}
{% endif %}
{% if pin_required %} {% else %} {% endif %}
{% if pin_required %}

{{ "You are Required to confirm access by entering the companion PIN."|xlt }} {{ target|text }}

{% else %}

{{ "If you have not been redirected in a few seconds click the button above"|xlt }}

{{ "You will be sent to the following web page"|xlt }} {{ target|text }}

{% endif %}
{% endblock %}