{{#if document1Name}}{{document1Name}}{{/if}}
{{#each changes}}
{{#if ../compactMode}}
{{#if document2Name}}{{document2Name}} · {{/if}}{{propertyName}}:
{{#if oldValue includeZero=true}}{{{oldValue}}} {{/if}}{{#if adjustmentValue includeZero=true}}{{{adjustmentValue}}} {{/if}}{{#if newValue includeZero=true}}{{{newValue}}}{{/if}}
{{else}}
{{#if document2Name}}
{{document2Name}} · {{/if}}
{{propertyName}}
{{#if oldValue includeZero=true}}
{{{oldValue}}}
{{/if}}
{{#if adjustmentValue includeZero=true}}
{{{adjustmentValue}}}
{{/if}}
{{#if newValue includeZero=true}}
{{{newValue}}}
{{/if}}
{{/if}}
{{/each}}