{# # This overrides the original template file in core # @see /templates/portal/appointment-item.html.twig for original # # @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 #}

{{ appt.appointmentDate | text }}
{{ appt.appointmentType | text }}
{{ appt.provider | text }}
{{ appt.status | text }}
{% if appt.showTelehealth %} {% endif %}