{#snippet rangeControls(compact = false)}
{loadError.title}
{#if loadError.hint}{loadError.hint}
{/if} {#if fetchedData}{m.compare_showing_previous()}
{/if} {#if loadError.detail}{loadError.detail}
{def.subtitle}
{m.compare_model_colors()}
{m.compare_many_models_warning({ count: params.models.length })}
{/if}{m.compare_no_models_selected()}
{/if}{m.compare_standard_preset_description()}
{#if selectedVariables.length > 0}{selectedVariables.map((variable) => variableLabel(variable.value)).join(' · ')}
{/if}