{{ 'Storage:'|trans }} {% if upload.storage == '1' %} {{ 'Local filesystem'|trans }} {% endif %} {% if upload.storage == '2' %} S3 bucket {% endif %}
{{ upload.hash_algorithm }}: {{ upload.hash|default('Not calculated'|trans) }}
{{ 'Uploaded by %s'|trans|format(upload.fullname) }}
{{ 'ID'|trans }} {{ upload.id }}