{**************************************************************************} {* *} {* 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 *} {* *} {**************************************************************************}

{$asso.nom} : {if ($smarty.request.add || $smarty.request.mod || $get_form) && $admin} Evénements {else} Evénements {/if}

{if !$logged}

Aucune manifestation publique n'a été saisie par ce groupe pour l'instant...

{elseif $get_form} {include file='xnet/groupe/form_evenement.tpl'} {else} {if $admin}

[Annoncer un nouvel événement]

{/if} {if $nb_evt eq 0}

Aucun événement n'a été référencé par les animateurs du groupe.

{else} {iterate from=$evenements item=e}
{$e.intitule} {if $admin || $e.show_participants} Liste des participants {/if} {if $admin} Edition de l'événement Suppression de {$e.intitule} {/if}
date : {if $e.fin} du {$e.debut|date_format:"%d %B %Y à %H:%M"}
au {$e.fin|date_format:"%d %B %Y à %H:%M"} {else} le {$e.debut|date_format:"%d %B %Y à %H:%M"} {/if}
annonceur : {$e.prenom} {$e.nom} ({$e.promo})
Détails... {if $e.inscrit} tu es inscrit à cet événément. {if $e.inscrit > 1}(avec {$e.inscrit - 1} invité{if $e.inscrit > 2}s{/if}){/if} {else} tu n'es pas inscrit à cet événément. {/if}

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