## $Revision$ $Date$
## first table shows the project-join approvals $rowCounter.reset() #set ($joinApprovalLink = "${contextPath}/userProjectApprovals.do?showTitle=true") ## Table header line #if (${requests} && !${requests.empty}) #foreach (${joinProjectRequest} in ${requests}) #trOpen() #tdArrow() #trClose() #end #else #trOpen() #trClose() #end
Project Join Requests Pending (${requests.size()})
#linkUser(${joinProjectRequest.user}) wants to join ${textFormatter.escape($!{joinProjectRequest.project.shortDescription})}
$textFormatter.formatDate(${user}, ${joinProjectRequest.createdAt})
No join requests waiting.
## include the artifact approvals plugin's rendered text
${includedArtifactApprovalsPlugin}