{% if widget.is_initial %}{{ widget.initial_text }}:

{{ widget.clear_checkbox_label }}

{% for file in widget.value %}

{{ file }}

{% endfor %} {{ widget.input_text }}{% endif %}