{% import "components/nothing.html" as nothing with context %}
{% if testdata.length %} {%- for file in testdata -%} {%- endfor -%}
{{ _('Filename') }} {{ _('Size') }}
{{ file.name }} {{ size(file.size) }}
{% else %} {% if handler.user.own(pdoc) or handler.user.hasPriv(PRIV.PRIV_READ_PROBLEM_DATA) or handler.user.hasPerm(perm.PERM_READ_PROBLEM_DATA) %} {{ nothing.render('No testdata at current.') }} {% else %} {{ nothing.render("You don't have permission to read testdata.")}} {% endif %} {% endif %}