+ {{#each members}}
+ {{#if (isInStartingLineup this)}}
+
+ |
+ {{plus1 this.benchcoach.eventLineupEntry.sequence}}
+ |
+ {{this.lastName}}, {{this.firstName}} – #{{this.jerseyNumber}} |
+ {{this.benchcoach.eventLineupEntry.label}} |
+
+ {{/if}}
+ {{/each}}
- |
- {{plus1 this.benchcoach.eventLineupEntry.sequence}}
- |
- {{this.lastName}}, {{this.firstName}} – #{{this.jerseyNumber}} |
- {{this.benchcoach.eventLineupEntry.label}} |
-
- {{/if}}
- {{/each}}
-
- | Starting (Pos. Only) |
-
- {{#each members}}
- {{#if (isInPositionOnly this)}}
+ Starting (Pos. Only) |
+
+ {{#each members}}
+ {{#if (isInPositionOnly this)}}
+
+ |
+ {{this.lastName}}, {{this.firstName}} – #{{this.jerseyNumber}} |
+ {{this.benchcoach.eventLineupEntry.label}} |
+
+ {{/if}}
+ {{/each}}
- |
- {{this.lastName}}, {{this.firstName}} – #{{this.jerseyNumber}} |
- {{this.benchcoach.eventLineupEntry.label}} |
-
- {{/if}}
- {{/each}}
-
- | Subs |
-
- {{#each members}}
- {{#if (isInBench this)}}
+ Subs |
+
+ {{#each members}}
+ {{#if (isInBench this)}}
+
+ |
+ {{availabilityStatusShort this.benchcoach.availability}}
+ |
+ {{this.lastName}}, {{this.firstName}} – #{{this.jerseyNumber}} |
+ {{this.benchcoach.eventLineupEntry.label}} |
+
+ {{/if}}
+ {{/each}}
- |
- {{availabilityStatusShort this.benchcoach.availability}}
- |
- {{this.lastName}}, {{this.firstName}} – #{{this.jerseyNumber}} |
- {{this.benchcoach.eventLineupEntry.label}} |
-
- {{/if}}
- {{/each}}
-
- | Out |
-
- {{#each members}}
- {{#if (isInOut this)}}
-
- |
- {{availabilityStatusShort this.benchcoach.availability}}
- |
- {{this.lastName}}, {{this.firstName}} – #{{this.jerseyNumber}} |
- {{this.benchcoach.eventLineupEntry.label}} |
-
- {{/if}}
- {{/each}}
- {{!--
-
-
- | .title-cell colSpan=3 Subs
- - for entry in event_lineup_entries.select{|e| e[:label].blank? and !(e[:availability_status_code] == "0" or e[:availability_status_code]== "")}
- |
- | .sequence-cell
- - if entry[:availability_status_code] == "1"
- | YES
- - if entry[:availability_status_code] == "2"
- | MAY
- | .name-cell
- | #{entry[:member][:last_name]}, #{entry[:member][:first_name]} - ##{entry[:member][:jersey_number]}
- |
- |
- | .title-cell.out colSpan=3 Out
- - for entry in event_lineup_entries.select{|e| e[:label].blank? and (e[:availability_status_code] == "0" or e[:availability_status_code]== "")}
- |
- | .sequence-cell
- - if entry[:availability_status_code] == "0"
- | NO
- - if entry[:availability_status_code] == ""
- | UNK
- | .name-cell
- | #{entry[:member][:last_name]}, #{entry[:member][:first_name]} - ##{entry[:member][:jersey_number]}
- | --}}
- |
-