{{#if mappingConfig.length}}
{{#each mappingConfig}}

{{t "templates.mapping.source"}}

{{source}}

{{sourceType}}

{{t "templates.mapping.target"}}

{{target}}

{{targetType}}

{{/each}}
{{/if}} {{#unless mappingConfig.length}}
{{t "templates.mapping.noMappingsDefined"}}
{{/unless}}