{% if scientist.education_set.exists %}
Degree | Field | Institution | Year(s) | Advisor |
---|---|---|---|---|
{{ education.degree|default:"" }} | {{ education.field|default:"" }} | {{ education.institution|default:"" }} | {{ education }} | {% for advisor in education.advisors.all %} {% include "lab_members/_advisors_loop_item.html" %} {% endfor %} |