{l s='Le panier qui sauve la vie' mod='cms_pack'}

{if $pack.remise && $reductionAvailable && $pack.remise_percent != 0}

{l s='Vous économisez'} {$pack.remise_percent} % {l s='sur cette sélection'}

{/if}
{foreach from=$pack.products item=product} {assign var='id_image' value=Product::getCover($product->id)}
quantity == 0}disabled{/if} type="checkbox" name="{$product->id}" class="checkbox_add_right custom-input">
{$product->name|escape:'html':'UTF-8'}

{$product->name}

{if $product->quantity == 0}

{l s='Hors stock'}
{$product->available_later}

{else}
x {displayPrice price=$product->price} {/if}
{/foreach}
{l s='Sous total'} {displayPrice price=$pack.price_total}