{##}

{{ name }}

{% if debugData %}
{{ __('Inspect')}}
            {{- debugData -}}
        
{% endif %} {% if pageSize|upper == 'LETTER' %} {% set baseWidth = orientation == 'L' ? '279.4' : '215.9' %} {% set baseHeight = orientation == 'L' ? '215.9' : '279.4' %} {% else %} {% set baseWidth = orientation == 'L' ? '297' : '210' %} {% set baseHeight = orientation == 'L' ? '210' : '297' %} {% endif%} {% for page in pages %}
{% if prototype %} {{ __('Preview') }} {% else %} {{ __('Page') }} {{ loop.index }} {% endif %}
{{ page|raw }}
{% endfor %}

{{ __('This HTML preview is for sample purposes and may not be an exact match to the final PDF.') }}