src/Package/Openform/Front/Templates/RelictPack/_templates/template-o8.html.twig line 1

Open in your IDE?
  1. {% if entity.slideArrange is defined and entity.slideArrange %}
  2.     {% if entity.slideArrange == 1 %}
  3.         {{ include('@openform_front_templates/RelictPack/_templates/template-o8a.html.twig', {entity: entity}) }}
  4.     {% elseif entity.slideArrange == 2 %}
  5.         {{ include('@openform_front_templates/RelictPack/_templates/template-o8b.html.twig', {entity: entity}) }}
  6.     {% elseif entity.slideArrange == 3 %}
  7.         {{ include('@openform_front_templates/RelictPack/_templates/template-o8c.html.twig', {entity: entity}) }}
  8.     {% elseif entity.slideArrange == 4 %}
  9.         {{ include('@openform_front_templates/RelictPack/_templates/template-o8d.html.twig', {entity: entity}) }}
  10.     {% elseif entity.slideArrange == 5 %}
  11.         {{ include('@openform_front_templates/RelictPack/_templates/template-o8e.html.twig', {entity: entity}) }}
  12.     {% endif %}
  13. {% endif %}