{% if widget.is_initial %}{{ widget.initial_text }}:
{{ widget.clear_checkbox_label }}
{% for file in widget.value %}{% with y=forloop.counter0|stringformat:"s" %} {% with file_id=widget.checkbox_name|add:'-'|add:y %} {% endwith %} {% endwith %} {{ file }}
{% endfor %} {{ widget.input_text }}{% endif %}