{# This file is part of INGInious. See the LICENSE and the COPYRIGHTS files for #} {# more information about the licensing of this file. #}
{{ header | safe }} {% set allowed_exts= allowed_exts or default_allowed_file_extensions %} {% set max_size= max_size or default_max_file_size %}
{{ _("Max file size:") }} {{ max_size | float | filesizeformat(true) }}
{{ _("Allowed extensions:") }} {{ ', '.join(allowed_exts) }}