<%=raw attendee.getName() %> <% if ( childProfile ) { %>  [<%=raw attendee.getChildProfileHtmlTagById( childProfile.id ) %>] <% } %> <% if ( attendee.getContractInGroup( a.getTeamId() ) ) { %>
Vetrag: <%= attendee.getContractInGroup( a.getTeamId() ) %> <% } %> <% if ( currentStatus == 'accepted' ) { %> <%= _lc( 'STATUS_ACCEPTED' ) %> <% } else if ( currentStatus == 'declined' ) { %> <%= _lc( 'STATUS_DECLINED' ) %> <% } else if ( currentStatus == 'waiting' ) { %> <%= _lc( 'STATUS_WAITING' ) %> <% } else { %> <%= _lc( 'STATUS_NO_REACTION' ) %> <% } %> <% if ( false === a.hasStarted() ) { %> <% } else { %>
/>
<% } %>