{# # Patient telehealth launch session page (for both original patient and third party invitations # # @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() }} {% include "comlink/patient-portal.twig" with {assetPath: assetPath, debug: debug} %} {% endblock %} {% block pagetitle %} {{ pagetitle | text }} {% endblock %} {% block header %} {% endblock %} {% block content %}
{{ 'Telehealth Session Expired' | xlt }}

{{ "We're sorry but this Telehealth Session either does not exist or has ended."|xlt }} {{ "Please contact your provider if you have questions."|xlt }}

{{ "Back to Portal Dashboard"|xlt }}
{{ 'Starting Telehealth Session' | xlt }}
{{ "If your session does not start in a few seconds, use the Launch Session button below"|xlt }}
{{ "Back to Portal Dashboard"|xlt }}
{% if activeSession %} {% endif %} {% endblock %}