Research
{%- for project in cv.researchProjects %}
{{ project.name }}
{%- if project.supervisors and project.supervisors.size > 0 -%}
{% if project.supervisors.size > 1 %}Supervisors{% else %}Supervisor{% endif %}:
{% for sup in project.supervisors -%}
{{ sup.name }}{% unless forloop.last %}, {% endunless %}
{%- endfor -%}
{%- endif %}
{%- for highlight in project.highlights %}
-
{{ highlight }}
{%- endfor %}
{%- endfor %}