{% if entity.slideArrange is defined and entity.slideArrange %}
{% if entity.slideArrange == 1 %}
{{ include('@openform_front_templates/RelictPack/_templates/template-o8a.html.twig', {entity: entity}) }}
{% elseif entity.slideArrange == 2 %}
{{ include('@openform_front_templates/RelictPack/_templates/template-o8b.html.twig', {entity: entity}) }}
{% elseif entity.slideArrange == 3 %}
{{ include('@openform_front_templates/RelictPack/_templates/template-o8c.html.twig', {entity: entity}) }}
{% elseif entity.slideArrange == 4 %}
{{ include('@openform_front_templates/RelictPack/_templates/template-o8d.html.twig', {entity: entity}) }}
{% elseif entity.slideArrange == 5 %}
{{ include('@openform_front_templates/RelictPack/_templates/template-o8e.html.twig', {entity: entity}) }}
{% endif %}
{% endif %}