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