{% extends "admin/base.html" %} {% block content %} {% if tickets %}
Unresolved issues

There are unresolved trouble tickets.

{% endif %} {% for team in teams %} {% endfor %}
TeamAffiliationEligibleLast solveScore
{{ team.name }} {{ team.affiliation }} {{ "Eligible" if team.eligible else "Ineligible" }} {{ lastsolvedata[team.id] }} {{ scoredata[team.id] }}
{% endblock %}