{#if supportsExample && result}

How to convert {config.labels.in1} to {config.labels.in2}

{#if hasOffset}

Formula: {config.labels.in2} = ({config.labels.in1} x {formattedFactorValue}) {offset > 0 ? '+' : '-'} {formatConversionValue(Math.abs(offset))}

{:else}

1 {config.labels.in1} = {formattedFactorValue} {config.labels.in2}

1 {config.labels.in2} = {formattedReverseValue} {config.labels.in1}

{/if}

Example: convert {exampleInput} {config.labels.in1} to {config.labels.in2}

{formulaExpression} = {result.val2} {config.labels.in2}

{/if}