{% for field in field.getFields() %}
{# Update the namespace for the field, to include the specific block index #}
{% do field.setParentField(repeaterField, loop.parent.loop.index0) %}
{% set fieldValue = submission.getFieldValue(field.fieldKey) ?? field.normalizeValue(field.getDefaultValue(), null) %}
{% set html = field.getEmailHtml(submission, notification, fieldValue) %}
{% if html %}