{% if author.orcid %}
{% endif %}
{% if author.url %}
{{ author.name }}
{% else %}
{{ author.name }}
{% endif %}
{% if author.email %}
{% endif %}
{% for affiliation in article.affiliations %}
{% assign ref = forloop.index %}
{% for member in affiliation.members %}
{% if member.id == author.id %}
{% endif %}
{% endfor %}
{% endfor %}