{if $edit_mode}
Pour que cela fonctionne correctement il faut :
- poids de 2 Mo maxi.
{/if}
{if $edit_mode}
Activer l'image ci-dessous (OUI/NON) : {block id="image_1"}NON{/block}
{image id="visuel1" width=210 height=155}

{/image}
Activer l'image ci-dessous (OUI/NON) : {block id="image_2"}NON{/block}
{image id="visuel2" width=210 height=155}

{/image}
Activer l'image ci-dessous (OUI/NON) : {block id="image_3"}NON{/block}
{image id="visuel3" width=210 height=155}

{/image}
Activer l'image ci-dessous (OUI/NON) : {block id="image_4"}NON{/block}
{image id="visuel4" width=210 height=155}

{/image}
Activer l'image ci-dessous (OUI/NON) : {block id="image_5"}NON{/block}
{image id="visuel5" width=210 height=155}

{/image}
Activer l'image ci-dessous (OUI/NON) : {block id="image_6"}NON{/block}
{image id="visuel6" width=210 height=155}

{/image}
Activer l'image ci-dessous (OUI/NON) : {block id="image_7"}NON{/block}
{image id="visuel7" width=210 height=155}

{/image}
Activer l'image ci-dessous (OUI/NON) : {block id="image_8"}NON{/block}
{image id="visuel8" width=210 height=155}

{/image}
Activer l'image ci-dessous (OUI/NON) : {block id="image_9"}NON{/block}
{image id="visuel9" width=210 height=155}

{/image}
{else}
{if ($page_data.blocks.image_1!= "NON" && $page_data.blocks.image_1!= "non" && $page_data.blocks.image_1!= "")}
{vl_getThumbnailPath filename=$page_data.images.visuel1.path width="210" height="155" crop=true assign="img_path1"}
{vl_exist_file url=$img_path1 site_id=1 assign="aff_img_path1"}
{if $aff_img_path1=="oui"}

{/if}
{/if}
{if ($page_data.blocks.image_2!= "NON" && $page_data.blocks.image_2!= "non" && $page_data.blocks.image_2!= "")}
{vl_getThumbnailPath filename=$page_data.images.visuel2.path width="210" height="155" crop=true assign="img_path2"}
{vl_exist_file url=$img_path2 site_id=1 assign="aff_img_path2"}
{if $aff_img_path2=="oui"}

{/if}
{/if}
{if ($page_data.blocks.image_3!= "NON" && $page_data.blocks.image_3!= "non" && $page_data.blocks.image_3!= "")}
{vl_getThumbnailPath filename=$page_data.images.visuel3.path width="210" height="155" crop=true assign="img_path3"}
{vl_exist_file url=$img_path3 site_id=1 assign="aff_img_path3"}
{if $aff_img_path3=="oui"}

{/if}
{/if}
{if ($page_data.blocks.image_4!= "NON" && $page_data.blocks.image_4!= "non" && $page_data.blocks.image_4!= "")}
{vl_getThumbnailPath filename=$page_data.images.visuel4.path width="210" height="155" crop=true assign="img_path4"}
{vl_exist_file url=$img_path4 site_id=1 assign="aff_img_path4"}
{if $aff_img_path4=="oui"}

{/if}
{/if}
{if ($page_data.blocks.image_5!= "NON" && $page_data.blocks.image_5!= "non" && $page_data.blocks.image_5!= "")}
{vl_getThumbnailPath filename=$page_data.images.visuel5.path width="210" height="155" crop=true assign="img_path5"}
{vl_exist_file url=$img_path5 site_id=1 assign="aff_img_path5"}
{if $aff_img_path5=="oui"}

{/if}
{/if}
{if ($page_data.blocks.image_6!= "NON" && $page_data.blocks.image_6!= "non" && $page_data.blocks.image_6!= "")}
{vl_getThumbnailPath filename=$page_data.images.visuel6.path width="210" height="155" crop=true assign="img_path6"}
{vl_exist_file url=$img_path6 site_id=1 assign="aff_img_path6"}
{if $aff_img_path6=="oui"}

{/if}
{/if}
{if ($page_data.blocks.image_7!= "NON" && $page_data.blocks.image_7!= "non" && $page_data.blocks.image_7!= "")}
{vl_getThumbnailPath filename=$page_data.images.visuel7.path width="210" height="155" crop=true assign="img_path7"}
{vl_exist_file url=$img_path7 site_id=1 assign="aff_img_path7"}
{if $aff_img_path7=="oui"}

{/if}
{/if}
{if ($page_data.blocks.image_8!= "NON" && $page_data.blocks.image_8!= "non" && $page_data.blocks.image_8!= "")}
{vl_getThumbnailPath filename=$page_data.images.visuel8.path width="210" height="155" crop=true assign="img_path8"}
{vl_exist_file url=$img_path8 site_id=1 assign="aff_img_path8"}
{if $aff_img_path8=="oui"}

{/if}
{/if}
{if ($page_data.blocks.image_9!= "NON" && $page_data.blocks.image_9!= "non" && $page_data.blocks.image_9!= "")}
{vl_getThumbnailPath filename=$page_data.images.visuel9.path width="210" height="155" crop=true assign="img_path9"}
{vl_exist_file url=$img_path9 site_id=1 assign="aff_img_path9"}
{if $aff_img_path9=="oui"}

{/if}
{/if}
{/if}