{% if course_user_role == 'course_team' %}
{% if staff.position %}
{% if staff.position.organization_id in organizations_ids and staff.uuid %}
{% endif %}
{% endif %}
{% else %}
{% if not staff.profile_image_url %}
{% endif %}
{% endif %}
{{ staff.full_name }}