{if $action == 'lister'}
| Date | Clients | Ville | Ref client | Numero devis | Prix | Facturé ? | |
|---|---|---|---|---|---|---|---|
| {$ecriture.date_devis|date_format:"%d/%m/%Y"} | {$ecriture.societe} | {$ecriture.ville} | {$ecriture.ref_clt1} | {$ecriture.numero_devis} | {$ecriture.prix|number_format:2:',':' '} | {if $ecriture.numero_facture == ''} non {else} oui {/if} | {if $ecriture.numero_facture == ''} {else} {/if} {if $ecriture.numero_facture == ''} {/if} |
| Aucune ecriture actuellement |