I can't seem to find the answer in the documentation, so here's my question: can I use this template to attach multiple affiliations to a single author? This is important in my case as some authors have as many as 4 (!) affiliations.
I am able to achieve this in the elsarticle LaTeX template using the following:
\author[one,two]{Author A}
\author[two]{Author B}
\affiliation[one]{organization={University A}}
\affiliation[two]{organization={University B}}