{{ (currentEscalesTitle is defined and currentEscalesTitle|length > 0) ? currentEscalesTitle|raw }}
{% if currentEscalesIntro is defined and currentEscalesIntro is iterable and currentEscalesIntro|length > 0 %}
{% for p in currentEscalesIntro %}
{{ p|raw }}
{{ (not loop.last) ? ' '|raw }}
{% endfor %}
{% endif %}
{% if currentEscales is defined and currentEscales is iterable and currentEscales|length > 0 %}
{{ (previousEscalesTitle is defined and previousEscalesTitle|length > 0) ? ('
' ~ previousEscalesTitle ~ '
')|raw }}
{% if previousEscalesIntro is defined and previousEscalesIntro is iterable and previousEscalesIntro|length > 0 %}
{% for p in previousEscalesIntro %}
{{ p|raw }}
{% endfor %}
{% endif %}
{% if previousEscales is defined and previousEscales is iterable and previousEscales|length > 0 %}
{% for escale in previousEscales|reverse(true) %}
{{ (loop.index0 is even or loop.first) ? '