{**************************************************************************} {* *} {* Copyright (C) 2003-2006 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 !$admin}

{$asso.nom} : Evénements

{else}

{$asso.nom} : {if $archive}[Evénements] {else}Evénements {/if} {if $archive}Archives {else}[Archives] {/if}

{if !$archive}

[Annoncer un nouvel événement]

{/if} {/if} {foreach from=$evenements item=e} {if $admin || $e.show_participants || ($e.deadline_inscription && $e.inscr_open)} {/if} {if $e.inscr_open} {/if}
{icon name=calendar_view_day title="Evénement iCal"} {$e.intitule} {if !$e.inscr_open} (Inscriptions closes) {/if} {if $admin}
[ modifier {icon name=date_edit title="Edition de l'événement"}]   [ {if !$archive} archiver {icon name=package_add title="Archivage"}] {else} désarchiver {icon name=package_delete title="Désarchivage"}] {/if}   [ supprimer {icon name=delete title='Suppression'}] {/if}
date : {if $e.fin and $e.fin neq $e.debut} {if $e.debut_day eq $e.fin_day} le {$e.debut|date_format:"%d %B %Y"} de {$e.debut|date_format:"%H:%M"} à {$e.fin|date_format:"%H:%M"} {else} du {$e.debut|date_format:"%d %B %Y à %H:%M"}
au {$e.fin|date_format:"%d %B %Y à %H:%M"} {/if} {else} le {$e.debut|date_format:"%d %B %Y à %H:%M"} {/if}
annonceur : {$e.prenom} {$e.nom} ({$e.promo})
Informations : {if $admin || $e.show_participants} consulter la liste des participants {icon name=group title="Liste des participants"}
{/if} {if $e.deadline_inscription && $e.inscr_open} dernières inscriptions le {$e.deadline_inscription|date_format:"%d %B %Y"} {/if}
État inscription {if $e.inscr_open} {/if} {if !$e.inscrit} Non inscrit
{else} {foreach from=$e.moments item=m} {if !$m.nb} Tu ne viendras pas {elseif $m.nb eq 1} Tu viendras seul {else} Tu viendras avec {$m.nb} personne{if $m.nb > 2}s{/if} {/if} à {$m.titre}
{/foreach} {/if} {if $e.topay} Tu dois payer {$e.topay|replace:'.':','} € {if $e.paid > 0} (tu as déjà payé {$e.paid|replace:'.':','} €) {/if} {if $e.paiement_id} [ Payer en ligne] {/if} {/if}
gérer mon inscription

{foreachelse}

{if $archive} Aucun événement n'a été archivé par les animateurs du groupe. {else} Aucun événement n'a été référencé par les animateurs du groupe. {/if}

{/foreach} {if $evenements}

En cliquant sur l'icône {icon name=calendar_view_day title="Evénement iCal"} associée à un événement tu peux télécharger la version iCal de l'événement qui permet de l'ajouter dans ton agenda électronique

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