diff --git a/resources/views/tabulation/seating-page/scored-entries-table.blade.php b/resources/views/tabulation/seating-page/scored-entries-table.blade.php
index 9f1d45c..3b6ea85 100644
--- a/resources/views/tabulation/seating-page/scored-entries-table.blade.php
+++ b/resources/views/tabulation/seating-page/scored-entries-table.blade.php
@@ -8,6 +8,9 @@
Draw #
Student
Doubler
+ @if($audition->prelimDefinition())
+ Prelim Score
+ @endif
Total Score
@if($audition->bonusScore()->count() > 0)
@@ -59,6 +62,9 @@
+ @if($audition->prelimDefinition())
+ {{ $entry->prelimTotalScore() }}
+ @endif
@if($audition->bonusScore()->count() > 0)
@if($entry->totalScore->bonus_total)