{**************************************************************************} {* *} {* Copyright (C) 2003-2004 Polytechnique.org *} {* http://opensource.polytechnique.org/ *} {* *} {* This program is free software; you can redistribute it and/or modify *} {* it under the terms of the GNU General Public License as published by *} {* the Free Software Foundation; either version 2 of the License, or *} {* (at your option) any later version. *} {* *} {* This program is distributed in the hope that it will be useful, *} {* but WITHOUT ANY WARRANTY; without even the implied warranty of *} {* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *} {* GNU General Public License for more details. *} {* *} {* You should have received a copy of the GNU General Public License *} {* along with this program; if not, write to the Free Software *} {* Foundation, Inc., *} {* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA *} {* *} {**************************************************************************} {if $smarty.request.ins && !$no_ins} {if $participate} Tu es maintenant inscrit à l'évenement. {if $evt.paiement_id} Suis le lien en bas si tu souhaites procéder à un paiement par le web.{/if} {else} Tu es maintenant désinscrit de cet évenement. {/if} {/if}

{$asso.nom} : Evénements

{$evt.intitule}

Annoncé par {$evt.prenom} {$evt.nom} (X{$evt.promo})
Description {$evt.descriptif}
Date {if $evt.fin} du {$evt.deb|date_format:"%d %B %Y à %H:%M"}
au {$evt.fin|date_format:"%d %B %Y à %H:%M"} {else} le {$evt.deb|date_format:"%d %B %Y à %H:%M"} {/if}


{assign var="montant" value=0} {iterate from=$moments item=m} {assign var="montant" value=$montant+$m.montant*$m.nb} {if $m.titre || $m.montant} {/if} {/iterate}
{$m.titre} - {if $m.montant > 0}{$m.montant}€{else}gratuit{/if}
{$m.details}
je ne participe pas
je participe, seul
1}checked{/if} /> je viens, et serai accompagné de personnes
{if $montant > 0 || $paid > 0}

$paid}class="erreur"{/if}> Pour cet événement tu dois payer {$montant|replace:'.':','} € {if $paid > 0}, et tu as déjà payé {$paid|replace:'.':','} €{/if} {if $evt.paiement_id && $montant > $paid} [Effectuer le paiement]{/if}

{/if}
{* vim:set et sw=2 sts=2 sws=2: *}