@namespace Connected.Components @inherits UIComponent @if(AvatarGroup == null || AvatarGroup.MaxGroupReached(this)) {
@if (!String.IsNullOrEmpty(Image)) { if (!String.IsNullOrEmpty(Alt)) { @Alt } else { } } else { @ChildContent }
}