{% for item in module.header.list %} {# img thumb #} {% set image_parts = pathinfo(item.img_thumb) %} {% set image_basename_thumb = image_parts.basename %} {% set image_page_thumb = image_parts.dirname == '.' ? module : module.find(image_parts.dirname) %} {% set titleHyp = item.title|lower|hyphenize %} {% if titleHyp == "bien-tre" %} {% set color = "__blue" %} {% elseif titleHyp == "nature" %} {% set color = "__green" %} {% elseif titleHyp == "gastronomie" %} {% set color = "__red" %} {% else %} {% set color = "__grey" %} {% endif %}
{{item.title}}
{% if section == 'pack' %}
{% include 'components/thumbnails/img_tbn.html.twig' with { list: 'true'} %}
{% include 'components/buttons/btn.html.twig' with { btn: 'more'} %}
{% else %}
{% include 'components/thumbnails/img_tbn.html.twig' with { list: 'true'} %}
{% include 'components/buttons/btn.html.twig' with { btn: 'link_ext'} %}
{% endif %}
{% if section == 'pack' %} {% include 'components/learn_more/more.html.twig' %} {% endif %}
{% endfor %} {% if section == 'pack' %}
{{module.header.title_envie}}
{% include 'components/thumbnails/img_tbn.html.twig' with { list: 'false'} %}
{% include 'components/buttons/btn.html.twig' with { btn: 'envie'} %}
{% endif %} {% for item in module.header.list_offres %} {% set titleHyp = item.title|lower|hyphenize %} {% if titleHyp == "bien-tre" %} {% set color = "__blue" %} {% elseif titleHyp == "nature" %} {% set color = "__green" %} {% elseif titleHyp == "gastronomie" %} {% set color = "__red" %} {% else %} {% set color = "__grey" %} {% endif %}
{% set image_parts = pathinfo(item.a_file) %} {% set image_basename_thumb = image_parts.basename %} {% set image_page_thumb = image_parts.dirname == '.' ? module : module.find(image_parts.dirname) %}
{{item.title}}
{{ image_page_thumb.media[image_basename_thumb].html() }}
{% endfor %}