{% extends "layout/basic.html" %} {% block content %}
{{ _('No Submissions') }}
{% endif %}| {{ _('Status') }} | {{ _('Problem') }} | {{ _('Attempts') }} | {{ _('Best score') }} | {{ _('Last submission') }} |
|---|---|---|---|---|
| {% if r.solved %}{{ _('Solved status') }} {% elif r.stuck %}{{ _('Stuck') }} {% else %}{{ _('Attempted') }}{% endif %} | {{ r.pid }} — {{ r.title }} | {{ r.attempts }} | {{ r.best }} | {{ datetimeSpan(r.at)|safe }} |
| {{ _('No Submissions') }} | ||||