{{wizard-mapper-selector
selectorType='key'
inputType=inputType
value=pair.key
activeType=pair.key_type
options=options}}
{{wizard-mapper-connector
connector=pair.connector
connectors=connectors
connectorType="pair"
inputType=inputType
options=options}}
{{wizard-mapper-selector
selectorType='value'
inputType=inputType
value=pair.value
activeType=pair.value_type
options=options}}
{{#if showJoin}}
&
{{/if}}
{{#if showRemove}}
{{d-icon 'times'}}
{{/if}}