{% if entity.slideArrange is defined and entity.slideArrange %}
{% if entity.slideArrange == 1 %}
{{ include('@openform_front_templates/RelictPack/_templates/template-o3a.html.twig', {entity: entity}) }}
{% elseif entity.slideArrange == 2 %}
{{ include('@openform_front_templates/RelictPack/_templates/template-o3b.html.twig', {entity: entity}) }}
{% endif %}
{% endif %}