#extend("trunk"): #export("body"):
#if(fez.fezType != "open"):
#endif
Current Participants (#(count(fez.members.participants))#if(maxPeople != 0):/#(maxPeople)#endif)
    #for(user in fez.members.participants):
  1. #avatar(user) #userByline(user)
    #if(user.userID != trunk.userID):
    #endif
    Could not remove user:
  2. #endfor
#if(fez.fezType != "open"): #if(count(fez.members.waitingList) == 0):
Waitlist
#else:
Waitlist (#count(fez.members.waitingList))
    #for(user in fez.members.waitingList):
  1. #avatar(user) #userByline(user)
    #if(user.userID != trunk.userID):
    #endif
    Could not remove user:
  2. #endfor #endif #endif
    Add Participants:
    @
    Enter partial username above, then tap search matches below to add to the #if(fez.fezType == "open"):chat#else:LFG#endif.
#endexport #endextend