{% extends "layout/basic.html" %} {% block content %}

{{ _('Copy alert') }}

{{ _('Recent submissions with at least {0}% similarity. This is a quick heads-up; for a full report use Dolos.').format(threshold) }}

{%- for p in pairs -%} {%- endfor -%} {%- if not pairs.length -%} {%- endif -%}
{{ _('Problem') }} {{ _('Student') }} A {{ _('Student') }} B {{ _('Similarity') }}
{{ p.pid }} — {{ p.title }} {{ p.anom }} {{ p.bnom }} {{ p.sim }}% {{ _('Compare') }}
{{ _('No similar pairs found.') }}
{% endblock %}