{**************************************************************************} {* *} {* Copyright (C) 2003-2008 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 *} {* *} {**************************************************************************}

{$asso.nom} : Evénement {$event.intitule}

[Revenir à la liste des événements]

Cet événement a lieu {if $event.fin and $event.fin neq $event.debut} {if $event.debut_day eq $event.fin_day} le {$event.debut|date_format:"%d %B %Y"} de {$event.debut|date_format:"%H:%M"} à {$event.fin|date_format:"%H:%M"} {else} du {$event.debut|date_format:"%d %B %Y à %H:%M"}
au {$event.fin|date_format:"%d %B %Y à %H:%M"} {/if} {else} le {$event.debut|date_format:"%d %B %Y à %H:%M"} {/if}
et a été proposé par {$event.prenom} {$event.nom} ({$event.promo}).

{$event.descriptif|nl2br}

{if $admin || $event.show_participants}

Tu peux consulter la liste des participants {icon name=group title="Liste des participants"} déjà inscrits.

{/if}
{foreach from=$event.moments item=m} {if $m.details} {/if} {/foreach}
{$m.titre} ({$m.montant} €)
{$m.details|nl2br}
{if $event.inscr_open} non {if $event.noinvite} oui {else} seul
1}checked="checked"{/if}/>avec personnes {/if} {else} {if !$m.nb} Je ne viendrai pas. {elseif $m.nb eq 1} Je viendrai{if !$event.noinvite} seul{/if}. {else} Je viendrai avec {$m.nb} personne{if $m.nb > 2}s{/if}. {/if} {/if}
À payer
{if $event.topay}
{if !$event.paid} Tu dois payer {$event.topay|replace:'.':','} €. {elseif $event.paid < $event.topay} Tu dois encore payer {math equation="a-b" a=$event.topay b=$event.paid|replace:'.':','} € (tu as déjà payé {$event.paid|replace:'.':','} €). {else} Tu as déjà payé {$event.paid|replace:'.':','} € pour ton inscription. {/if}
{if $event.paiement_id && $event.paid < $event.topay} {icon name=money} Payer en ligne {elseif $validation && $event.paid < $event.topay}
Le télépaiement pour cet événement est en instance de validation :
{/if}
{else} Rien à payer {if $event.paid > 0} (tu as déjà payé {$event.paid|replace:'.':','} €). {/if}. {/if}

{* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}