X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=templates%2Fmarketing%2Fthis_week.tpl;h=da03dfcc3e120cd14be9cd217302a59eb96eda6d;hb=a6dcf7ed6e2ca2c8f39eda6008c24b9ecd0da3bd;hp=637c1beb2b93d0dd3485a5bed68bae55387eb933;hpb=15a094c09faa49d0cc9e3924d5d1200035b2d06e;p=platal.git diff --git a/templates/marketing/this_week.tpl b/templates/marketing/this_week.tpl index 637c1be..da03dfc 100644 --- a/templates/marketing/this_week.tpl +++ b/templates/marketing/this_week.tpl @@ -1,6 +1,6 @@ {**************************************************************************} {* *} -{* Copyright (C) 2003-2006 Polytechnique.org *} +{* Copyright (C) 2003-2014 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 fenc=utf-8: *}