| الفريق | المتسابق | المدرسة | جولات الفريق | حضور في القاعة | الحالة |
|---|---|---|---|---|---|
| {{ s.team }} | {{ s.participant }} | {{ s.school }} | {{ s.team_rounds }} | {{ s.rounds_in_lineup }} | احتياطي جلس بدون إجابة |
| الفريق | المدرسة | الكنيسة | جولات | صحيحة | أخطاء | مخالفات | إجمالي النقاط |
|---|---|---|---|---|---|---|---|
| {{ t.team }} | {{ t.school }} | {{ t.church }} | {{ t.rounds_played }} | {{ t.correct }} | {{ t.errors }} | {{ t.fouls }} | {{ t.total_score }} |
| # | المتسابق | الفريق | صحيحة | أخطاء | مخالفات | صافي النقاط | Q-Outs | جولات |
|---|---|---|---|---|---|---|---|---|
| {{ idx + 1 }} | {{ s.participant }} | {{ s.team }} | {{ s.correct }} | {{ s.errors }} | {{ s.fouls }} | {{ s.net_points }} | {{ s.quiz_outs }} | {{ s.quizzes_played }} |
| المتسابق | الفريق | المدرسة | المسابقة | صحيحة | أخطاء | صافي النقاط |
|---|---|---|---|---|---|---|
| {{ o.participant }} | {{ o.team }} | {{ o.school }} | #{{ o.quiz_number }} | {{ o.correct_answers }} | {{ o.errors }} | {{ o.net_points }} |
| المتسابق | الفريق | المدرسة | المسابقة | صحيحة | أخطاء |
|---|---|---|---|---|---|
| {{ o.participant }} | {{ o.team }} | {{ o.school }} | #{{ o.quiz_number }} | {{ o.correct_answers }} | {{ o.errors }} |
| المتسابق | الفريق | المدرسة | المسابقة | مخالفات |
|---|---|---|---|---|
| {{ o.participant }} | {{ o.team }} | {{ o.school }} | #{{ o.quiz_number }} | {{ o.fouls }} |
| # | المتسابق | الفريق | أخطاء | صحيحة |
|---|---|---|---|---|
| {{ idx + 1 }} | {{ s.participant }} | {{ s.team }} | {{ s.errors }} | {{ s.correct }} |
| # | المتسابق | الفريق | مخالفات | صحيحة |
|---|---|---|---|---|
| {{ idx + 1 }} | {{ s.participant }} | {{ s.team }} | {{ s.fouls }} | {{ s.correct }} |
| الكنيسة | فرق | مسابقات | متسابقون | صحيحة | أخطاء | مخالفات | Q-Outs |
|---|---|---|---|---|---|---|---|
| {{ c.church }} | {{ c.teams_count }} | {{ c.quizzes_count }} | {{ c.participants_count }} | {{ c.correct }} | {{ c.errors }} | {{ c.fouls }} | {{ c.quiz_outs }} |
| # | الفريق | المدرسة | الكنيسة | جولات | أول | ثاني | ثالث | إجمالي النقاط | نقاط الترتيب |
|---|---|---|---|---|---|---|---|---|---|
| {{ idx + 1 }} | {{ t.team }} | {{ t.school }} | {{ t.church }} | {{ t.rounds_played }} | {{ t.first_places }} | {{ t.second_places }} | {{ t.third_places }} | {{ t.total_score }} | {{ t.total_placement_points }} |