{% for avatar in avatars %}{% if avatar is mapping %}{% set tooltip = avatar.alt or avatar.name or "" %}{{ (avatar.initials or "?")[:2] }}{% else %}{{ avatar }}{% endif %}{% endfor %} {% if extra_count > 0 %}+{{ extra_count }}{% endif %} {% if not avatars and empty_label %}{{ empty_label }}{% endif %}