Moderate Primary User @#(modData.header.username)
Current State: #(accessLevelString)
#if(count(modData.subAccounts) == 0):
User has no sub-accounts.
#else:
Alt Accounts for this user
#for(subAcct in modData.subAccounts):
#userByline(subAcct, "list-group-item")
#endfor
Access Level/Temp Quarantine changes affect all alt accounts of this user.
#endif
#if(count(reportGroups) == 0):
No reports on this user or their alt accounts.
#else:
#count(modData.reports) reports on this user's accounts:
#for(reportGroup in reportGroups):
@#(reportGroup.firstReport.reportedUser.username)'s #(reportGroup.reportType)
#relativeTime(reportGroup.firstReport.creationTime)
#if(count(reportGroup.reports) == 1):
#if(reportGroup.reports.handledBy):
#if(reportGroup.isClosed):
Closed by #userByline(reportGroup.firstReport.handledBy)
#else:
Being Handled by #userByline(reportGroup.handledBy)
#endif
#else:
#if(reportGroup.report.isClosed):
1 Closed Report
#else:
1 Open Report
#endif
#endif
#else:
#count(reportGroup.reports) reports, #(reportGroup.openCount) open
#endif
Submitter |
Comment |
#for(report in reportGroup.reports):
#(report.author.username) |
#(report.submitterMessage) |
#endfor
#endfor
#endif
#endexport
#endextend