<div><strong>Role:</strong> ${o.item.role}${o.assignable_roles.length?html`<a href="#" data-form="role-form" class="toggle-form right fa fa-wrench" @click=${o.toggleForm}></a>`:''}</div>
<div><strong>Affiliation:</strong> ${o.item.affiliation} <a href="#" data-form="affiliation-form" class="toggle-form right fa fa-wrench" @click=${o.toggleForm}></a></div>
<div><strong>Affiliation:</strong> ${o.item.affiliation}${o.assignable_affiliations.length?html`<a href="#" data-form="affiliation-form" class="toggle-form right fa fa-wrench" @click=${o.toggleForm}></a>`:''}</div>