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

{{ _('Submission matrix') }}{% if title %} — {{ title }}{% endif %}

{% if groups.length %}
{% if tid %}{% endif %}
{% endif %} {{ _('Export submissions (CSV)') }} « {{ _('Submission Statistics') }}

{{ _('Solved status') }}   {{ _('Attempted') }}   {{ _('No Submissions') }}

{%- for c in cols -%} {%- endfor -%} {%- for r in rows -%} {%- for cell in r.cells -%} {% if cell and cell.accepted %} {% elif cell %} {% else %} {% endif %} {%- endfor -%} {%- endfor -%} {%- if not rows.length -%} {%- endif -%}
{{ _('User') }} {{ _('Solved') }}{{ c.label }}
{{ r.uname }} {{ r.solved }}/{{ total }}{{ cell.attempts }}
{{ _('No Submissions') }}
{% endblock %}