data-profile-id="<%= at.getId() %>">
|
<%=raw at.getName( a.getTeamId() ) %>
<% if ( childProfile ) { %>
[<%=raw at.getChildProfileHtmlTagById( childProfile.id ) %>]
<% } %>
<% if ( a.hasStarted() ) { %>
<%= _lc( 'ATTENDANCE' ) %>
<% if ( 'accepted' === a.getAttendeeStatusForProfileId( at.getId() ) ) { %>
(<%= _lc( 'WITH_ACCEPTED_FEEDBACK' ) %>)
<% } else { %>
(<%= _lc( 'WITHOUT_ACCEPTED_FEEDBACK' ) %>)
<% } %>
<% } else { %>
<% } %>
|
<% if ( true === at.isAccessible() ) { %>
<% } else { %>
<% } %>
|