{{* -*- brindille -*- *}} {{:admin_header title="Calcul prix de vente" custom_css="./style.css" current="module_epicier"}} {{:include file="./_nav.html" current="prix_vente"}} {{:assign var="taux_tva." value="0.021"}} {{:assign var="taux_tva." value="0.055"}} {{:assign var="taux_tva." value="0.1"}} {{:assign var="taux_tva." value="0.2"}} {{:assign ind=0}} {{#foreach from=$taux_tva item="taux"}} {{:assign taux="%f*100"|math:$taux}} {{:assign var="options.%s"|args:$ind value=$taux|cat:"%"}} {{:assign ind="%d+1"|math:$ind}} {{/foreach}}