X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=templates%2Fmarketing%2Fthis_week.tpl;h=b4393775c5b93a53aac7252c464532db58a738e3;hb=e12ab28529594b7814568ca282974b620cde3eb1;hp=a2cbb5e41d573158fac211851fab78b65574b1cd;hpb=0337d704b62718d7c77106c0e4c4e26fb02beacf;p=platal.git diff --git a/templates/marketing/this_week.tpl b/templates/marketing/this_week.tpl index a2cbb5e..b439377 100644 --- a/templates/marketing/this_week.tpl +++ b/templates/marketing/this_week.tpl @@ -1,6 +1,6 @@ {**************************************************************************} {* *} -{* Copyright (C) 2003-2004 Polytechnique.org *} +{* Copyright (C) 2003-2010 Polytechnique.org *} {* http://opensource.polytechnique.org/ *} {* *} {* This program is free software; you can redistribute it and/or modify *} @@ -24,12 +24,12 @@

Inscrits des 7 derniers jours

-{$ins->total()} Polytechniciens se sont inscrits ces 7 derniers jours ! +{$users|@count} Polytechniciens se sont inscrits ces 7 derniers jours !

- [par date] - [par promo] + [par date] + [par promo]
@@ -38,24 +38,23 @@ -{iterate item=in from=$ins} +{foreach item=user from=$users} - + -{/iterate} +{/foreach}
Promo Nom
{$in.date_ins|date_format:"%x %X"}{$user->registration_date|date_format:"%x %X"} - {$in.promo} + {$user->promo()} - - {$in.nom} {$in.prenom} + {profile user=$user}
- [par date] - [par promo] + [par date] + [par promo]
-{* vim:set et sw=2 sts=2 sws=2: *} +{* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}