{% extends "layout/basic.html" %} {% block content %} {% macro card(title, value, sub, level, href, linkText) %} {% set levelColor = { 'ok': '#25ad40', 'warn': '#f39800', 'bad': '#fb5555' } %}
| {{ _('Problem') }} | {{ _('Success rate') }} | {{ _('Solvers') }} / {{ _('Attempters') }} | |
|---|---|---|---|
| {{ p.pid }} — {{ p.title }} | {{ p.successRate }}% | {{ p.solvers }} / {{ p.attempters }} | {{ _('Report') }} |
| {{ _('No problematic problems right now.') }} | |||
{{ _('{0} active announcements.').format(noticeCount) }}
{{ _('Manage announcements') }} »