#extend("trunk"): #export("body"):
Moderate Fez \##(modData.fez.fezID)
Titled: #(modData.fez.title)
#if(!modData.isDeleted): Edit Current State: #(modData.moderationStatus) #endif
Created by: #userByline(modData.fez.owner)Mod User
#if(modData.isDeleted):
Fez has been Deleted.
Prior to delete, it looked like this:
#else:
As it currently exists:
#endif
Title: #(modData.fez.title)
Location: #(modData.fez.location)
Info: #(modData.fez.info)
#if(finalEditAuthor):
Last edit by #userByline(finalEditAuthor)
#endif
#if(count(modData.edits) == 0):
No previous edits to this fez.
#else:
#count(modData.edits) previous edits:
#for(edit in modData.edits):
#userByline(edit.author)
Edited at: #staticTime(edit.createdAt)
Title: #(edit.title)
Location: #(edit.location)
Info: #(edit.info)
#endfor #endif #if(count(modData.reports) == 0):
No reports on this fez.
#else:
#count(modData.reports) reports on this fez:
#for(report in modData.reports): #extend("moderation/reportListItem") #endfor
#endif
#endexport #endextend