X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=templates%2Fprofile%2Fgeneral.tpl;h=22fb6531a7d04541c58b332b503e0db38dfc478f;hb=79d0b9af2cbd1d1a0683666cab99dafda15a313c;hp=f0ddda764a672caf74343dc16680caa271a5e0d3;hpb=304cdf32d7c38afbd381909545021fc44c8a0e05;p=platal.git diff --git a/templates/profile/general.tpl b/templates/profile/general.tpl index f0ddda7..22fb653 100644 --- a/templates/profile/general.tpl +++ b/templates/profile/general.tpl @@ -147,6 +147,18 @@ + + + Date de naissance de référence + + + {if $birthdate_ref eq 0} + + {else} + {$birthdate_ref} + {/if} + + {/if} @@ -353,6 +365,23 @@ + + + Sports, loisirs, hobbies… + + + {foreach from=$hobbies item=hobby key=id} + {include file="profile/general.hobby.tpl" hobby=$hobby i=$id} + {/foreach} + + +
+ + {icon name=add title="Ajouter un hobby"} Ajouter un hobby + +
+ + {if $viewPrivate || $isMe}