{% import "components/nothing.html" as nothing with context %} {% import "components/problem.html" as problem with context %}

{{ testdata.length if testdata.length else 0 }} {{_('Testdata')}}

{% if testdata.length %} {%- for file in testdata -%} {%- endfor -%}
{{ _('Filename') }} {{ _('Size') }}
{{ file.name }} {{ size(file.size) }}
{% else %} {{ nothing.render('No testdata at current.', compact = true) }} {% endif %}