{% comment %} Page for SSO school to setup first name {% endcomment %}
{% if current_person.signed_in? == false %}
{% else %}
{% if current_person.first_name %}
{% include 'profile_settings_regular' %}
{% else %}
{% include 'profile_settings_initial' %}
{% endif %}
{% endif %}