{% extends "base.html" %} {% block title %}Session Results โ AI GameDay{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
| Team | Receipts | {% if is_aadc %}AADC Score | {% else %}Judge Score | {% endif %}Speed Bonus | Total |
|---|---|---|---|---|---|
| {{ team.team_name }} | {{ s.get('receipt_pts', 'โ') }} | {% if is_aadc %}{{ s.get('aadc_score', 'โ') }}{% if s.get('aadc_score') is not none and s.get('aadc_score') != 'โ' %}/100{% endif %} | {% else %}{{ s.get('judge_pts', 'โ') }} | {% endif %}{{ s.get('time_bonus_pts', 'โ') }} | {{ s.get('total_pts', 'โ') }} |