{{else if Modifiable}}
{{!-- If it is an interactive modification --}}
{{> (getTemplateName "modificationPoint__Type" this.modification.type) currentValue=Value }}
{{else if (is Content "Image")}}
{{#if this.[Scale Factor] }}
{{/if}}
{{else if (is Content "Space")}}
{{else if (is Content "Grand Total")}}
{{!-- This one is an exception. It is a self-contained section. --}}
{{!-- The current section is closed, and a new one is opened. --}}
{{!-- NOTE: add class "fixed" to make it stick --}}
{{ Unit }}{{ Name }}
{{ Prefix }}{{#if (is Format "number")}}{{ INF Value }}{{else}}{{ Value }}{{/if}} {{ Suffix }}
{{!-- Close the section; this being the final one --}}
{{else}}
{{#if (is Layout "Tabular")}}
{{ Name }}
{{ Prefix }}{{#if (is Format "number")}}{{ INF Value }}{{else}}{{ Value }}{{/if}} {{ Suffix }}
{{else if (is Layout "Floating")}}
{{ Name }}
{{ Prefix }}{{#if (is Format "number")}}{{ INF Value }}{{else}}{{ Value }}{{/if}} {{ Suffix }}
{{else}}
{{Name}} {{ Prefix }}{{#if (is Format "number")}}{{ INF Value }}{{else}}{{ Value }}{{/if}} {{ Suffix }}
{{/if}}
{{/if}}
{{!-- If the line has a horizontal rule --}}
{{#if this.[Horizontal Rule]}}