{% extends "base.html" %} {% block core %}
Username | User | {% if show_teams %}Team | {% endif %} {% for task in contest.tasks %}{{ task.name }} | {% endfor %}Global | |
---|---|---|---|---|---|
{{ p.user.username }} | {{ "%s %s"|format(p.user.first_name, p.user.last_name) }} | {% if show_teams %} {% if p.team %}{{ p.team.name }} | {% else %}{% endif %} {% endif %} {% for t_score, t_partial in p.scores %} | {{ t_score }} | {% endfor %} {% set total_score, partial = p.total_score %}{{ total_score }} |