{% extends "admin/base.html" %} {% block content %} {% if tickets %}
There are unresolved trouble tickets.
Team | Affiliation | Eligible | Last solve | Score |
---|---|---|---|---|
{{ team.name }} | {{ team.affiliation }} | {{ "Eligible" if team.eligible else "Ineligible" }} | {{ lastsolvedata[team.id] }} | {{ scoredata[team.id] }} |