{% if website_footer.show_navigation_links? %}
    {% for website_navigation in navigations.footer_navigations %}
  • {{ website_navigation.name }}
  • {% endfor %}
{% endif %} {% if current_school.logo_url %}

{{ current_school.name }}

{% else %}
{{ current_school.name }}
{% endif %}
{% if website_footer.show_social_media_links? %}
    {% for social_media_link in website_footer.social_media_links %}
  • {% endfor %}
{% endif %}
{% comment %}{% if website_footer.show_customer_service_email? and website_footer.school_customer_service_email %} {% endif %}{% endcomment %} {% if website_footer.show_customer_service_email? %}
{% t .need_help %}
{% t .email %}
{%comment%}{{ website_footer.school_customer_service_email }}{%endcomment%} training@talkspace.com
{% endif %}