{% import "components/nothing.html" as nothing with context %}
{% if testdata.length %} {%- for file in testdata -%} {%- endfor -%}
{{ _('Filename') }} {{ _('Size') }}
{% if handler.user.own(pdoc) or handler.user.hasPriv(PRIV.PRIV_READ_PROBLEM_DATA) or handler.user.hasPerm(perm.PERM_READ_PROBLEM_DATA) %} {{ file.name }} {% else %}

{{ file.name }}

{% endif %}
{{ size(file.size) }}
{% else %} {{ nothing.render('No testdata at current.') }} {% endif %}