#extend("trunk"): #export("body"):
#if(fez.cancelled):
This LFG has been cancelled
#endif
@#(fez.owner.username)
#fezTime(fez.startTime, fez.endTime)
#if(fez.maxParticipants == 0): #(fez.participantCount) attendee#if(fez.participantCount != 1):s#endif #elseif(fez.participantCount > fez.maxParticipants): Full; #(fez.participantCount - fez.maxParticipants) waitlisted #else: #(fez.participantCount)/#(fez.maxParticipants) attendees #endif
#(fez.location)
Event Info: #(fez.info)
#if(userIsMember):
#if(trunk.userIsMod): Mod #endif #if(fez.owner.userID == trunk.userID): Manage Members Update #else: Report #endif
#else:
#if(trunk.userIsMod): Mod #endif Report
#endif
Could not join LFG:
#if(fez.members):
Participants
#for(participant in fez.members.participants):
#avatar(participant) #userByline(participant)
#endfor
#if(count(fez.members.waitingList) > 0):
Wait List
#for(participant in fez.members.waitingList):
#avatar(participant) #userByline(participant)
#endfor
#endif
Posts
#(fez.members.postCount) posts #if(fez.members.readCount < fez.members.postCount): #(fez.members.postCount - fez.members.readCount) new #endif
#extend("paginator") #extend("paginator") #if(paginator.nextPageURL == nil):
#endif #endif
#extend("imageOverlay") #endexport #endextend