X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=templates%2Fxnetevents%2Fadmin.tpl;h=4ed095d2d2a7ffdf7f471edae45ac12bdaba359b;hb=52366335a83697c7314095e59f8af9c245cd7b82;hp=d466b207f5f89a9d1a3e5f4f8a83c103c46e976c;hpb=f74509fbb4f06820dc3d028e3ffd2145f151b013;p=platal.git diff --git a/templates/xnetevents/admin.tpl b/templates/xnetevents/admin.tpl index d466b20..4ed095d 100644 --- a/templates/xnetevents/admin.tpl +++ b/templates/xnetevents/admin.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 *} @@ -32,7 +32,7 @@ qui aura lieu {$evt.date}.

-{if $evt.participant_list && $is_admin} +{if $participants|@count && $is_admin}

[envoyer un email à ceux qui viennent]
@@ -84,7 +84,7 @@ Ils ont payé mais ont oublié de s'inscrire : Infos Montant - {iterate from=$oubliinscription item=m} + {foreach from=$oubliinscription item=m} {if $is_admin}{/if} @@ -97,9 +97,9 @@ Ils ont payé mais ont oublié de s'inscrire : {icon name=vcard title="vcard"} {icon name=email title="email"} - {$m.montant} + {$m.amount} - {/iterate} + {/foreach}