{% extends "layout/basic.html" %} {% import "components/problem.html" as problem with context %} {% block content %}
{% elif not tsdoc.enroll %}{{ _('Login to join training plan') }}
{% endif %} {% if missing.length %}{{ _('page.training_detail.invalid_when_not_enrolled') }}
{% endif %} {{ tdoc.description|default('')|markdown|safe }}{{ _('Some problems in the training are missing or you do not have permission to view them.') }}
{{ missing|join(', ') }}
| {{ _('Problem') }} | {{ _('Students who tried') }} | {{ _('Solved (AC)') }} | {{ _('AC rate') }} |
|---|---|---|---|
| {{ problem.render_problem_title(pdict[pid], show_tags=false) }} | {{ st.tried }} / {{ teacherStats.totalStudents }} | {{ st.ac }} / {{ teacherStats.totalStudents }} | {{ st.pct }}% |