{% if current_school.logo_url %}

{{ current_school.name }}

{% else %}
{{ current_school.name }}
{% endif %}

Artera (WELL Health®) is a SaaS digital health leader in patient communications and the 2021 and 2022 Best in KLAS winner in Patient Outreach.

{% if website_footer.show_social_media_links? %}
    {% for social_media_link in website_footer.social_media_links %}
  • {% endfor %}
{% endif %}
{% if website_footer.show_navigation_links? %}

Navigation

    {% for website_navigation in navigations.footer_navigations %} {% if website_navigation.name == "Dashboard" or website_navigation.name == "Home" or website_navigation.name == "Learning Paths" %} {% comment %}
  • My Courses
  • {% endcomment %} {% else %}
  • {{ website_navigation.name }}
  • {% endif %} {% endfor %}
{% endif %} {% if website_footer.show_customer_service_email? and website_footer.school_customer_service_email %}
{% t .need_help %}
{{ website_footer.school_customer_service_email }}
{% endif %}