{% load submission %} {% for ref in references %} {% if ref.section == section %} {% 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 items %} {% for item in items %} {% if not ref.inline_combine %} {% endif %} {% endfor %} {% endif %}
{% endif %} {% endfor %}