{% endfor %}
{% if sharing_summary.supervisor_always %}
Supervisor
{% if sharing_summary.supervisor %}
{{ sharing_summary.supervisor.get_full_name|default:sharing_summary.supervisor.username }}
(always shared – collection setting)
{% else %}
Your supervisor, if one is linked to your profile (collection setting always on).
{% endif %}
{% elif sharing_summary.supervisor_opt_in %}
Supervisor
{% if sharing_summary.supervisor %}
{{ sharing_summary.supervisor.get_full_name|default:sharing_summary.supervisor.username }}
— you can choose to share with them after starting.
{% else %}
You have a supervisor linked but they don't have a login account yet.
{% endif %}
{% endif %}
{% if not sharing_summary.always_visible_to and not sharing_summary.supervisor_always and not sharing_summary.supervisor_opt_in %}
Only you can see your results for this collection.
{% endif %}
{% endif %}
{% endpartialdef %}
{% else %}
Please sign in to access this review collection.
Log in here.