{% load humanize %}
# | Name | Sample | Bytes | Size | Location | Status | Extension | Options |
---|---|---|---|---|---|---|---|---|
{{total_file_size|filesizeformat}} | ||||||||
{{file.name}} | {% for sample in file.projectsample_set.all %} {{ sample.name}} {% endfor %} | {{ file.size }} | {{ file.size|filesizeformat }} | {{ file.location }} | {{ file.status }} | {{ file.file_type }} | ||
{{total_file_size|filesizeformat}} |