{% extends "jury/base.html.twig" %} {% block title %}Analysis - Team {{ team.effectiveName }} {{ current_contest.shortname | default('') }} - {{ parent() }}{% endblock %} {% block extrahead %} {{ parent() }} {% endblock %} {% block content %}

Team {{ team.teamid }}: {{ team.effectiveName }}

Misc Statistics
# Submissions
{{ submissions|length }}
# Correct
{{ results['correct']|default(0) }} ({{ misc.correct_percentage|number_format(2) }}%)
Judging Results
Submissions over Time
{% for problem in problems %}
Max Runtimes for problem {{ problem.name }}
{% endfor %} {% endblock %} {% block extrafooter %} {% include 'jury/analysis/download_graphs.html.twig' %} {% endblock %}