{% extends "stream_forms/render_field.html" %} {% block data_display %}
{% for file in data %} {% include "stream_forms/includes/file_field.html" with file=file %} {% endfor %}
{% endblock %}