{% extends "portal/base.html.twig" %} {% block head %} {{ parent() }} {% if payment_gateway == 'Stripe' %} {% endif %} {% if payment_gateway == 'AuthorizeNet' %} {% if gateway_mode_production %} {% else %} {% endif %} {% endif %} {{ fireEvent(eventNames.scriptsRenderPre) }} {% endblock %} {% block pagetitle %} {{ pagetitle | text }} {% endblock %} {% block header %} {% include "portal/header.html.twig" %} {% endblock %} {% block content %}
{{ 'Working!' | xlt }} {{ 'Please wait...' | xlt }}
{{ 'Medications' | xlt }}
{{ 'Medications Allergy List' | xlt }}
{{ 'Issues List' | xlt }}
{{ 'Amendment List' | xlt }}
{{ 'Lab Results' | xlt }}
{{ 'Reports' | xlt }}
{% if allow_portal_appointments %}

{{ 'Appointments' | xlt }}

{% if appointments|length > 0 %} {% for appt in appointments %} {% include 'portal/appointment-item.html.twig' with {appt: appt} %} {% endfor %} {% if appointmentLimit == appointmentCount %}

{{ 'Display limit reached' | xlt }}
{{ 'More appointments may exist' | xlt }}

{% endif %} {% else %}

{{ 'No Appointments' | xlt }}

{% endif %}
{% endif %} {% if portal_two_payments %}
{{ 'Payments' | xlt }}
{% endif %} {% if allow_portal_chat %}
{{ 'Secure Chat' | xlt }}
{% endif %} {% if portal_onsite_document_download %}
{{ 'Download Documents' | xlt }}
{{ 'Download all patient documents' | xlt }}
{% endif %} {% if portal_two_ledger %}
{{ 'Ledger' | xlt }}
{% endif %} {% if isEasyPro %}
{{ 'Patient Reported Outcomes' | xlt }}
{% endif %} {{ fireEvent(eventNames.sectionRenderPost) }}
{% endblock %}