{% extends "layout/basic.html" %} {% block content %}
{{ _('Recent submissions with at least {0}% similarity. This is a quick heads-up; for a full report use Dolos.').format(threshold) }}
| {{ _('Problem') }} | {{ _('Student') }} A | {{ _('Student') }} B | {{ _('Similarity') }} | |
|---|---|---|---|---|
| {{ p.pid }} — {{ p.title }} | {{ p.anom }} | {{ p.bnom }} | {{ p.sim }}% | {{ _('Compare') }} |
| {{ _('No similar pairs found.') }} | ||||