{% 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 %}
{% if website_footer.show_customer_service_email? and website_footer.school_customer_service_email %}
{% t .need_help %}
{% t .email %}
{{ website_footer.school_customer_service_email }}
{% endif %}