{$headerTitle = implode(array(count($birthdayEvents), Label('calendar.event.eventslist.birthdaysWithinTheNextweeks')), ' ')} {Header title=$headerTitle}
{foreach $birthdayEvents birthday}
 
{dateFormat $birthday.date DlongD2MlongY4}
{personLabel idPrefix='birthdayperson' idPerson=$birthday.person.id}
{$birthday.age} {Label calendar.ext.yearsold}
{/foreach}