| First Name | Last Name | Email Address |
|---|---|---|
| {{ author.first_name }} | {{ author.last_name }} | {{ author.email }} |
| Institution | Department | |
| {{ author.institution }} | {{ author.department }} | |
| Interests | ||
| {% for interest in author.interest.all %}{{ interest }}{% if not forloop.last %}, {% endif %}{% endfor %} | ||