{{-- Entry Ranking Table --}}
@include('tabulation.seating-page.scored-entries-table')
@include('tabulation.seating-page.unscored-entries-table')
@include('tabulation.seating-page.no-show-entries-table')
@include('tabulation.seating-page.failed-prelim-entries')
{{-- Right Column Wrapper --}}
@if($audition->hasFlag('seats_published'))
@include('tabulation.seating-page.right-column.published-results')
@else
@if($canSeat)
@if($seatingProposal)
@include('tabulation.seating-page.right-column.unpublished-results-proposal')
@else
@include('tabulation.seating-page.right-column.form-to-propose-seats')
@endif
@else
@include('tabulation.seating-page.right-column.not-ready-to-seat')
@endif
@endif