#extend("trunk"): #export("body"):
Moderate User Profile For @#(modData.profile.header.username)
Edit Profile Edit Username Current State: #(modData.moderationStatus)
As it currently exists:
#if(modData.profile.header.userImage): #else: No Custom Image #endif
  • Username: #(modData.profile.header.username)
  • Display Name: #(modData.profile.displayName)
  • Real Name: #(modData.profile.realName)
  • Email: #(modData.profile.email)
  • Home Location: #(modData.profile.homeLocation)
  • Pronouns: #(modData.profile.preferredPronoun)
  • Room Number: #(modData.profile.roomNumber)
  • About: #(modData.profile.about)
  • Message: #(modData.profile.message)
#if(finalEditAuthor):
Last edit by #userByline(finalEditAuthor)
#endif
#if(count(modData.edits) == 0):
No previous edits to this profile.
#else:
#count(modData.edits) previous edits:
#for(edit in modData.edits):
#staticTime(edit.createdAt) :
#if(edit.profileImage): #else: Image Unchanged #endif
  • Username: #(edit.profileData.header.username)
  • Display Name: #(edit.profileData.displayName)
  • Real Name: #(edit.profileData.realName)
  • Email: #(edit.profileData.email)
  • Home Location: #(edit.profileData.homeLocation)
  • Pronouns: #(edit.profileData.preferredPronoun)
  • Room Number: #(edit.profileData.roomNumber)
  • About: #(edit.profileData.about)
  • Message: #(edit.profileData.message)
#endfor #endif #if(count(modData.reports) == 0):
No reports on this user profile.
#else:
#count(modData.reports) reports on this user profile:
#for(report in modData.reports): #extend("moderation/reportListItem") #endfor
#endif
#endexport #endextend