Unterprofile

<% var mBirthday = p.getMomentBirthday(); %>

Unterprofile
Du kannst beliebig viele Unterprofile errichten. Unterprofile sind beispielsweise für Personen mit Kindern oder mehreren Haustieren nützlich.
Beispiel: Du verwendest ProBuddy mit deiner Hundeschule und hast zwei Hunde. Dann kannst du mit deinem Account für jeden Hund individuell zu- bzw. absagen.

<% let cp = p.getChildProfiles(); %> <% if ( 0 === cp.length ) { %>

- keine -

<% } else { %>
<% for ( let cpi = 0; cpi < cp.length; cpi++ ) { %> <% } %>
ID Name Typ  
<%= cp[ cpi ].id %> <%= cp[ cpi ].name %> <%= p.getChildProfileNameByType( cp[ cpi ].type ) %>
<% } %>