+ | <%= supporterUserId %> |
+ <%= nickname %> |
+ <%= email %> |
+ <%= phone %> |
+ <%= (rating != null ? rating.toString() : "N/A") %> |
+ <%= recruitmentState %> |
+ <%= supportText %> |
+ <%= formattedSupportDate %> |
+ <%
+ // 이미 누군가 채택되었다면
+ if (!isAccepted) {
+ %>
+ 채택하기
+ <%
+ }
+ %>
+ |
+
+ <%
+ } // end for
+ %>
+