X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=templates%2Fpayment%2Findex.tpl;h=69b0bc7485c9fb51c33a6fe6bff568fa172c9550;hb=86668a58a94fc57493a335eb75a37171238c0220;hp=2007a77b64982c5ca5b754c21dbb84c85f62cca3;hpb=d30b83fa903a8a6f7b88df287884ed80cffff277;p=platal.git diff --git a/templates/payment/index.tpl b/templates/payment/index.tpl index 2007a77..69b0bc7 100644 --- a/templates/payment/index.tpl +++ b/templates/payment/index.tpl @@ -1,6 +1,6 @@ {**************************************************************************} {* *} -{* Copyright (C) 2003-2010 Polytechnique.org *} +{* Copyright (C) 2003-2011 Polytechnique.org *} {* http://opensource.polytechnique.org/ *} {* *} {* This program is free software; you can redistribute it and/or modify *} @@ -140,9 +140,20 @@ function payment_submit(form) Commentaire + {if t($donation)} + + Afficher ton nom dans la liste des donateurs sur {#globals.core.sitename#} + + +  -  + + + + {/if}   + {if !t($donation)}{/if} @@ -156,13 +167,33 @@ function payment_submit(form) DateMontant {iterate from=$transactions item=t} - {$t.timestamp|date_format} - {$t.amount|replace:'EUR':'€'} + {$t.ts_confirmed|date_format} + {$t.amount|replace:'.':','} € {/iterate} {/if} +{if t($donation)} +{if !t($donations)} +

Aucun don n'a encore été recueilli.

+{else} +

Les dons suivants ont déjà été recueillis (pour un total de {$sum} €) :

+ + + + + + {foreach from=$donations item=d} + + + + + {/foreach} +
NomMontant
{$d.name}{$d.amount|replace:'.':','} €
+{/if} +{/if} + {/if}