#extend("trunk"): #export("body"):
Moderate Forum \##(modData.forumID)
Titled: #(modData.title)
#if(!modData.isDeleted): Edit Current State: #(modData.moderationStatus) #endif
#if(modData.isDeleted):
Forum has been Deleted.
Prior to delete, it looked like this:
#else:
As it currently exists in "#(currentCategory)":
#endif
#(modData.title)
#if(finalEditAuthor):
Last edit by #userByline(finalEditAuthor)#if(finalEditPrevCategory):, who moved the forum from "#(finalEditPrevCategory)"#endif
#endif
#if(count(modData.edits) == 0):
No previous edits to this forum.
#else:
#count(modData.edits) previous edits:
#for(edit in modData.edits):
#userByline(edit.author)
Edited at: #staticTime(edit.createdAt)
#(edit.title)
#endfor #endif #if(count(modData.reports) == 0):
No reports on this forum.
#else:
#count(modData.reports) reports on this forum:
#for(report in modData.reports): #extend("moderation/reportListItem") #endfor
#endif
#endexport #endextend