{% extends "layout/basic.html" %} {% import "components/contest.html" as contest with context %} {% import "components/problem.html" as problem with context %} {% block content %} {{ set(UiContext, 'tdoc', tdoc) }}
| {{ _('ID') }} | {{ _('Problem') }} | {{ _('Score') }} |
|---|---|---|
| {{ pdict[pid].docId }} | {{ problem.render_problem_title(pdict[pid], tdoc=tdoc, invalid=true, alphabetic=true) }} | {{ tdoc.score[pid]|default(100) }} |