{% extends "qommon/forms/widgets/file.html" %} {% load i18n %} {% block widget-control %}
{% if widget.max_file_size or widget.file_type %}Taille maximale : {{ widget.max_file_size }}
{% endif %} {% if widget.file_type_label %}Formats acceptés : {{ widget.file_type_label }}
{% endif %}