{% load submission %} {% for ref in references %} {% if ref.block_label %} {{ ref.block_label_html }} {% endif %} {% if not ref.collection %}
{% if ref.inline_label %}{{ ref.inline_label_html }}{% endif %} {% dereference_block ref submission %}
{% else %} {% collection_items items ref.collection as collection %} {% for item in collection %} {% if not ref.inline_combine %}
{% endif %} {% if not ref.is_file %} {% dereference_item_field ref item %} {% else %} {% dereference_item_file item as file_info %} {% with file=file_info.0 meta=file_info.1 %} {% include "./item_file.html" %} {% endwith %} {% endif %} {% if not ref.inline_combine %}
{% endif %} {% endfor %} {% endif %} {% endfor %} {% for collection_name, refs in selectors.items %} {% include "./item_selector.html" %} {% endfor %}