{{#each members}}
{{#if (isInStartingLineup this)}}
|
{{plus1 this.benchcoach.eventLineupEntry.sequence}}{{#if (hasPositionFlags this.benchcoach.eventLineupEntry.label)}} {{positionFlags this.benchcoach.eventLineupEntry.label}}{{/if}}
|
{{this.lastName}}, {{this.firstName}} – #{{this.jerseyNumber}} |
{{positionLabelWithoutFlags this.benchcoach.eventLineupEntry.label}} |
{{/if}}
{{/each}}
| Starting (Pos. Only) |
{{#each members}}
{{#if (isInPositionOnly this)}}
|
{{this.lastName}}, {{this.firstName}} – #{{this.jerseyNumber}} |
{{positionLabelWithoutPOFlag this.benchcoach.eventLineupEntry.label}} |
{{/if}}
{{/each}}
| Subs |
{{#each members}}
{{#if (isInBench this)}}
|
{{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}}